mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Prevent qml warning spam if custom_icon isn't set
This commit is contained in:
parent
9c90bcc06e
commit
7103b9b333
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Item
|
|||
{
|
||||
profileName: model.name
|
||||
icon: model.icon
|
||||
custom_icon: model.custom_icon
|
||||
custom_icon: model.custom_icon ? model.custom_icon : ""
|
||||
tooltipText: model.description ? model.description : ""
|
||||
|
||||
selected: Cura.MachineManager.activeIntentCategory == model.intent_category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue