mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 09:55:53 +08:00
Fix: Make "add printer" sections individually collapsable
One variable was incorrectly named CURA-10484
This commit is contained in:
parent
20b171dbeb
commit
cf7bc063f1
@ -19,7 +19,7 @@ Item
|
||||
// The currently selected machine item in the local machine list.
|
||||
property var currentItem: machineList.currentIndex >= 0 ? machineList.model.getItem(machineList.currentIndex) : null
|
||||
// The currently active (expanded) section/category, where section/category is the grouping of local machine items.
|
||||
property var currentSection: new Set()
|
||||
property var currentSections: new Set()
|
||||
// By default (when this list shows up) we always expand the "Ultimaker" section.
|
||||
property var preferredCategories: {
|
||||
"Ultimaker B.V.": -2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user