mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
use correct label text
This commit is contained in:
parent
e98f3bff38
commit
7de947f5fa
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ import Cura 1.0 as Cura
|
||||||
Instantiator {
|
Instantiator {
|
||||||
|
|
||||||
model: UM.ContainerStacksModel {
|
model: UM.ContainerStacksModel {
|
||||||
filter: {"type": "machine", "um_cloud_cluster_id": "*", "hidden": "False"}
|
filter: {"type": "machine", "um_cloud_cluster_id": "*"}
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuItem {
|
MenuItem {
|
||||||
// iconSource: UM.Theme.getIcon("printer_single") TODO: use cloud icon here
|
// iconSource: UM.Theme.getIcon("printer_single") TODO: use cloud icon here
|
||||||
text: model.name
|
text: model.metadata["connect_group_name"]
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: true // cloud printers are only listed if they are actually online
|
checked: true // cloud printers are only listed if they are actually online
|
||||||
exclusiveGroup: group;
|
exclusiveGroup: group;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue