mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
CURA-4870 Fix visibility in the status icon
This commit is contained in:
parent
1cf832653c
commit
0155a20994
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ToolButton
|
|||
PrinterStatusIcon
|
||||
{
|
||||
id: printerStatusIcon
|
||||
visible: printerConnected
|
||||
visible: printerConnected || isNetworkPrinter
|
||||
status: printerStatus
|
||||
anchors
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue