mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Remove unneeded call to autosave trigger on initializaiton
This commit is contained in:
parent
f0002e265b
commit
d0a84828ff
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue