mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Use the expanded categories from Cura to expand the proper categories on startup
This commit is contained in:
parent
b14ae94190
commit
de36122531
1 changed files with 3 additions and 1 deletions
|
@ -29,8 +29,10 @@ ScrollView
|
|||
model: UM.SettingDefinitionsModel {
|
||||
id: definitionsModel;
|
||||
containerId: Cura.MachineManager.activeDefinitionId
|
||||
exclude: ["machine_settings"]
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
||||
exclude: ["machine_settings"]
|
||||
expanded: Printer.expandedCategories
|
||||
onExpandedChanged: Printer.setExpandedCategories(expanded)
|
||||
|
||||
filter:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue