- fixed a problem in saving done at the app closure

This commit is contained in:
Marius Stanciu
2021-03-03 01:23:41 +02:00
committed by Marius
parent 7a50b2f045
commit f317061792
2 changed files with 2 additions and 1 deletions

View File

@@ -8603,7 +8603,7 @@ class App(QtCore.QObject):
"""
if self.block_autosave is False and self.should_we_save is True and self.save_in_progress is False:
self.on_file_saveproject()
self.f_handlers.on_file_saveproject()
def save_project_auto_update(self):
"""