mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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 {
|
model: UM.SettingDefinitionsModel {
|
||||||
id: definitionsModel;
|
id: definitionsModel;
|
||||||
containerId: Cura.MachineManager.activeDefinitionId
|
containerId: Cura.MachineManager.activeDefinitionId
|
||||||
exclude: ["machine_settings"]
|
|
||||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
||||||
|
exclude: ["machine_settings"]
|
||||||
|
expanded: Printer.expandedCategories
|
||||||
|
onExpandedChanged: Printer.setExpandedCategories(expanded)
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue