mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Bind no printer label visible to item count
This commit is contained in:
parent
428fb5a3a1
commit
8cc05a2a62
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Item
|
|||
text: catalog.i18nc("@label", "There is no printer found over your network.")
|
||||
renderType: Text.NativeRendering
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
visible: !networkPrinterScrollView.visible
|
||||
visible: networkPrinterListView.count == 0 // Do not show if there are discovered devices.
|
||||
}
|
||||
|
||||
ScrollView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue