- fixed an issue when creating a new project (due of recent massive changes)

This commit is contained in:
Marius Stanciu
2022-03-10 22:40:52 +02:00
committed by Marius
parent 65cf80165c
commit 97aef3bdfe
2 changed files with 2 additions and 1 deletions

View File

@@ -10261,7 +10261,7 @@ class MenuFileHandlers(QtCore.QObject):
# Clear project filename
self.app.project_filename = None
default_file = self.app.options_path()
default_file = self.app.defaults_path()
# Load the application options
self.options.load(filename=default_file, inform=self.inform)