mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 15:59:01 +08:00
Remove unneeded call to autosave trigger on initializaiton
This commit is contained in:
parent
f0002e265b
commit
d0a84828ff
@ -31,7 +31,6 @@ class AutoSave:
|
||||
self._change_timer.timeout.connect(self._onTimeout)
|
||||
self._application.globalContainerStackChanged.connect(self._onGlobalStackChanged)
|
||||
self._onGlobalStackChanged()
|
||||
self._triggerTimer()
|
||||
|
||||
def _triggerTimer(self, *args: Any) -> None:
|
||||
if not self._saving:
|
||||
|
Loading…
x
Reference in New Issue
Block a user