mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
Add brackets
CURA-8112
This commit is contained in:
parent
2961d20c04
commit
11f66b2a78
@ -438,7 +438,9 @@ UM.MainWindow
|
|||||||
text: model.name
|
text: model.name
|
||||||
iconSource: {
|
iconSource: {
|
||||||
if (model.icon == null || model.icon == "")
|
if (model.icon == null || model.icon == "")
|
||||||
|
{
|
||||||
return UM.Theme.getIcon("LinkExternal")
|
return UM.Theme.getIcon("LinkExternal")
|
||||||
|
}
|
||||||
return UM.Theme.getIcon(model.icon)
|
return UM.Theme.getIcon(model.icon)
|
||||||
}
|
}
|
||||||
height: UM.Theme.getSize("message_action_button").height
|
height: UM.Theme.getSize("message_action_button").height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user