mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fix typo in comment
This commit is contained in:
parent
6ffe0a9083
commit
f91254c7c0
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ class CuraApplication(QtApplication):
|
|||
# Cura has multiple locations where instance containers need to be saved, so we need to handle this differently.
|
||||
def saveSettings(self):
|
||||
if not self.started or not self._save_data_enabled:
|
||||
# Do not do saving during application start or when data should not be safed on quit.
|
||||
# Do not do saving during application start or when data should not be saved on quit.
|
||||
return
|
||||
ContainerRegistry.getInstance().saveDirtyContainers()
|
||||
self.savePreferences()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue