Remove the old "not setup as group" notification

CL-896
This commit is contained in:
Jaime van Kessel 2018-09-03 11:16:17 +02:00
parent b7d7091de8
commit 3969463758

View File

@ -23,23 +23,6 @@ Component
name: "cura"
}
Label
{
id: activePrintersLabel
font: UM.Theme.getFont("large")
anchors
{
top: parent.top
topMargin: UM.Theme.getSize("default_margin").height * 2 // a bit more spacing to give it some breathing room
horizontalCenter: parent.horizontalCenter
}
text: OutputDevice.printers.length == 0 ? catalog.i18nc("@label: arg 1 is group name", "%1 is not set up to host a group of connected Ultimaker 3 printers").arg(Cura.MachineManager.printerOutputDevices[0].name) : ""
visible: OutputDevice.printers.length == 0
}
Label
{
id: manageQueueLabel