mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Improved Icons & Styling
This commit is contained in:
parent
fe2a08a46b
commit
ae2a286e3f
7 changed files with 53 additions and 25 deletions
|
@ -12,7 +12,7 @@ import "Menus"
|
|||
|
||||
ToolButton {
|
||||
property var isNetworkPrinter: Cura.MachineManager.activeMachineNetworkKey ? true : false
|
||||
property var printerStatus: Cura.MachineManager.printerOutputDevices.length != 0 ? "connected" : "unknown"
|
||||
property var printerStatus: Cura.MachineManager.printerOutputDevices.length != 0 ? "connected" : "disconnected"
|
||||
text: Cura.MachineManager.activeMachineName
|
||||
|
||||
tooltip: Cura.MachineManager.activeMachineName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue