mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Fix: Make "add printer" sections individually collapsable
One variable was incorrectly named CURA-10484
This commit is contained in:
parent
20b171dbeb
commit
cf7bc063f1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Item
|
||||||
// The currently selected machine item in the local machine list.
|
// The currently selected machine item in the local machine list.
|
||||||
property var currentItem: machineList.currentIndex >= 0 ? machineList.model.getItem(machineList.currentIndex) : null
|
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.
|
// 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.
|
// By default (when this list shows up) we always expand the "Ultimaker" section.
|
||||||
property var preferredCategories: {
|
property var preferredCategories: {
|
||||||
"Ultimaker B.V.": -2,
|
"Ultimaker B.V.": -2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue