mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 19:43:16 +08:00
Bind no printer label visible to item count
This commit is contained in:
parent
428fb5a3a1
commit
8cc05a2a62
@ -45,7 +45,7 @@ Item
|
|||||||
text: catalog.i18nc("@label", "There is no printer found over your network.")
|
text: catalog.i18nc("@label", "There is no printer found over your network.")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
visible: !networkPrinterScrollView.visible
|
visible: networkPrinterListView.count == 0 // Do not show if there are discovered devices.
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollView
|
ScrollView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user