Add brackets

CURA-8112
This commit is contained in:
Konstantinos Karmas 2021-07-14 12:54:31 +02:00
parent 2961d20c04
commit 11f66b2a78

View File

@ -438,7 +438,9 @@ UM.MainWindow
text: model.name
iconSource: {
if (model.icon == null || model.icon == "")
{
return UM.Theme.getIcon("LinkExternal")
}
return UM.Theme.getIcon(model.icon)
}
height: UM.Theme.getSize("message_action_button").height