Remember opened state of settings panel

So if you restart Cura while the settings panel was open, it'll stay open when Cura is started back up.

Contributes to issue CURA-6069.
This commit is contained in:
Ghostkeeper 2019-01-02 14:04:56 +01:00
parent ae7f843bbc
commit 96a6b7559e
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
3 changed files with 5 additions and 1 deletions

View file

@ -500,6 +500,7 @@ class CuraApplication(QtApplication):
preferences.addPreference("cura/choice_on_open_project", "always_ask")
preferences.addPreference("cura/use_multi_build_plate", False)
preferences.addPreference("view/settings_list_height", 600)
preferences.addPreference("view/settings_visible", False)
preferences.addPreference("cura/currency", "")
preferences.addPreference("cura/material_settings", "{}")