- fixed the issue with not saving the project on program close if selecting the 'Yes' option.

This commit is contained in:
Marius Stanciu
2020-12-31 04:58:51 +02:00
committed by Marius
parent bf165032a3
commit da143eb29f
2 changed files with 5 additions and 1 deletions

View File

@@ -3696,7 +3696,7 @@ class App(QtCore.QObject):
self.trayIcon.hide()
except Exception:
pass
self.on_file_saveprojectas(use_thread=True, quit_action=True)
self.f_handlers.on_file_saveprojectas(use_thread=True, quit_action=True)
elif response == bt_no:
try:
self.trayIcon.hide()