mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:08:59 +08:00
Also prevent warning spam if icon isn't set
This commit is contained in:
parent
7103b9b333
commit
1c0be9c5ed
@ -31,7 +31,7 @@ Item
|
|||||||
RecommendedQualityProfileSelectorButton
|
RecommendedQualityProfileSelectorButton
|
||||||
{
|
{
|
||||||
profileName: model.name
|
profileName: model.name
|
||||||
icon: model.icon
|
icon: model.icon ? model.icon : ""
|
||||||
custom_icon: model.custom_icon ? model.custom_icon : ""
|
custom_icon: model.custom_icon ? model.custom_icon : ""
|
||||||
tooltipText: model.description ? model.description : ""
|
tooltipText: model.description ? model.description : ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user