mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:19:01 +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
|
||||
{
|
||||
profileName: model.name
|
||||
icon: model.icon
|
||||
icon: model.icon ? model.icon : ""
|
||||
custom_icon: model.custom_icon ? model.custom_icon : ""
|
||||
tooltipText: model.description ? model.description : ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user