mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 16:49:20 +08:00
Use the expanded categories from Cura to expand the proper categories on startup
This commit is contained in:
parent
b14ae94190
commit
de36122531
@ -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…
x
Reference in New Issue
Block a user