mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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
|
PrinterStatusIcon
|
||||||
{
|
{
|
||||||
id: printerStatusIcon
|
id: printerStatusIcon
|
||||||
visible: printerConnected
|
visible: printerConnected || isNetworkPrinter
|
||||||
status: printerStatus
|
status: printerStatus
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue