- made sure that the Preferences files are deleted on new version install, while the application is in Beta status

This commit is contained in:
Marius Stanciu
2020-07-21 13:07:47 +03:00
committed by Marius
parent 687efd1fc0
commit 676645d6f5
3 changed files with 11 additions and 3 deletions

View File

@@ -420,7 +420,7 @@ class App(QtCore.QObject):
# ############################################################################################################
# ################################# DEFAULTS - PREFERENCES STORAGE ###########################################
# ############################################################################################################
self.defaults = FlatCAMDefaults()
self.defaults = FlatCAMDefaults(beta=self.beta)
self.defaults["root_folder_path"] = self.app_home