mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07: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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue