- in the toolbars now there is text under the icons (which can be turned off from the toolbar context menu)

- the GUI state is now saved and restored through QSettings
This commit is contained in:
Marius Stanciu
2023-03-22 16:43:27 +02:00
parent 1dff9cc566
commit 72dd81848f
6 changed files with 141 additions and 245 deletions

View File

@@ -2854,13 +2854,6 @@ class AppIO(QtCore.QObject):
str(filename),
_("Retry to save it."))) # noqa
tb_settings = QSettings("Open Source", "FlatCAM")
lock_state = self.app.ui.lock_action.isChecked()
tb_settings.setValue('toolbar_lock', lock_state)
# This will write the setting to the platform specific storage.
del tb_settings
# if quit:
# t = threading.Thread(target=lambda: self.check_project_file_size(1, filename=filename))
# t.start()