mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Clean up more errors
Contributes to CL-1051
This commit is contained in:
parent
1fa7a8880b
commit
b99bc06d1c
5 changed files with 10 additions and 8 deletions
|
@ -77,6 +77,9 @@ Item {
|
|||
UM.RecolorImage {
|
||||
anchors.centerIn: parent;
|
||||
color: {
|
||||
if (!printer) {
|
||||
return "black";
|
||||
}
|
||||
if (printer.state == "disabled") {
|
||||
return UM.Theme.getColor("monitor_tab_text_inactive");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue