mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Merge branch '5.4' of github.com:Ultimaker/Cura
This commit is contained in:
commit
cd3e45c7c4
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ Item
|
|||
RecommendedQualityProfileSelectorButton
|
||||
{
|
||||
profileName: model.name
|
||||
icon: model.icon
|
||||
custom_icon: model.custom_icon
|
||||
icon: model.icon ? model.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