mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Correctly load material favorites from preferences
Contributes to CURA-5378, CURA-5162
This commit is contained in:
parent
6d1fd8281c
commit
08b325ee04
2 changed files with 4 additions and 11 deletions
|
@ -501,7 +501,7 @@ class CuraApplication(QtApplication):
|
|||
preferences.addPreference("view/filter_current_build_plate", False)
|
||||
preferences.addPreference("cura/sidebar_collapsed", False)
|
||||
|
||||
preferences.addPreference("cura/favorite_materials", [])
|
||||
preferences.addPreference("cura/favorite_materials", ";".join([]))
|
||||
|
||||
self._need_to_show_user_agreement = not preferences.getValue("general/accepted_user_agreement")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue