mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Also prevent warning spam if icon isn't set
This commit is contained in:
parent
7103b9b333
commit
1c0be9c5ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue