- fixed a typo

- fixed layout on first launch of the app
- RELEASE 8.99
This commit is contained in:
Marius Stanciu
2019-12-15 16:40:37 +02:00
committed by Marius
parent 8361ee7897
commit ba3a6138dc
3 changed files with 16 additions and 3 deletions

View File

@@ -2616,7 +2616,7 @@ class App(QtCore.QObject):
factory_defaults = json.loads(fac_def_from_file)
# if the file contain an empty dictionary then save the factory defaults into the file
if not factory_defaults:
if self.defaults["first_run"] is True:
self.save_factory_defaults(silent_message=False)
# ONLY AT FIRST STARTUP INIT THE GUI LAYOUT TO 'COMPACT'