mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
CURA-4870 Hide the configuration selector if the connection is lost.
This commit is contained in:
parent
a03a57fd60
commit
747efda52b
2 changed files with 9 additions and 10 deletions
|
@ -109,7 +109,7 @@ Rectangle
|
|||
ConfigurationSelection
|
||||
{
|
||||
id: configSelection
|
||||
visible: isNetworkPrinter
|
||||
visible: isNetworkPrinter && printerConnected
|
||||
width: visible ? Math.round(base.width * 0.15) : 0
|
||||
height: UM.Theme.getSize("sidebar_header").height
|
||||
anchors.top: base.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue