- some changes to the Preferences

This commit is contained in:
Marius Stanciu
2022-02-24 00:14:58 +02:00
committed by Marius
parent 43fd141b8e
commit 843be488a5
12 changed files with 133 additions and 55 deletions

View File

@@ -233,6 +233,7 @@ def restart_program(app, ask=None):
if response == bt_yes:
app.f_handlers.on_file_saveprojectas(use_thread=True, quit_action=True)
app.defaults.update(app.options)
app.preferencesUiManager.save_defaults()
try: