- fixed some minor issues when doing a project save

This commit is contained in:
Marius Stanciu
2020-10-27 01:47:34 +02:00
committed by Marius
parent ff92e501ff
commit 2e93c20c97
5 changed files with 7 additions and 6 deletions

View File

@@ -218,7 +218,7 @@ def restart_program(app, ask=None):
response = msgbox.clickedButton()
if response == bt_yes:
app.on_file_saveprojectas(use_thread=True, quit_action=True)
app.f_handlers.on_file_saveprojectas(use_thread=True, quit_action=True)
app.preferencesUiManager.save_defaults()
python = sys.executable