mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Color icons in workspace dialog so they are themed correctly in dark mode.
Don't show name when defaulting to create new printer. CURA-9424
This commit is contained in:
parent
b0160b2d86
commit
70f7f68a51
2 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,7 @@ UM.Dialog
|
|||
WorkspaceRow
|
||||
{
|
||||
leftLabelText: catalog.i18nc("@action:label", manager.isPrinterGroup ? "Printer Group" : "Printer Name")
|
||||
rightLabelText: manager.machineName
|
||||
rightLabelText: manager.machineName == "Create new" ? "" : manager.machineName
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue