- some names are updated

- made sure that when a new project is created that the levelling grid shapes are deleted
- some code optimization and code refactoring
This commit is contained in:
Marius Stanciu
2023-11-25 14:40:51 +02:00
parent 4458249ee5
commit 6b4483044b
21 changed files with 275 additions and 264 deletions

View File

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