mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 20:57:49 -06:00
Application.saveSettings() should save everything
This commit is contained in:
parent
2c896010c7
commit
92fa725ad6
2 changed files with 3 additions and 2 deletions
|
@ -505,6 +505,9 @@ class CuraApplication(QtApplication):
|
|||
return
|
||||
ContainerRegistry.getInstance().saveDirtyContainers()
|
||||
|
||||
Preferences.getInstance().writeToFile(Resources.getStoragePath(Resources.Preferences,
|
||||
self._application_name + ".cfg"))
|
||||
|
||||
def saveStack(self, stack):
|
||||
ContainerRegistry.getInstance().saveContainer(stack)
|
||||
|
||||
|
|
|
@ -72,6 +72,4 @@ class AutoSave(Extension):
|
|||
|
||||
Application.getInstance().saveSettings()
|
||||
|
||||
Preferences.getInstance().writeToFile(Resources.getStoragePath(Resources.Preferences, Application.getInstance().getApplicationName() + ".cfg"))
|
||||
|
||||
self._saving = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue