mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -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 {
|
||||
|
||||
model: UM.ContainerStacksModel {
|
||||
filter: {"type": "machine", "um_cloud_cluster_id": "*", "hidden": "False"}
|
||||
filter: {"type": "machine", "um_cloud_cluster_id": "*"}
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
// iconSource: UM.Theme.getIcon("printer_single") TODO: use cloud icon here
|
||||
text: model.name
|
||||
text: model.metadata["connect_group_name"]
|
||||
checkable: true
|
||||
checked: true // cloud printers are only listed if they are actually online
|
||||
exclusiveGroup: group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue