mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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
|
RecommendedQualityProfileSelectorButton
|
||||||
{
|
{
|
||||||
profileName: model.name
|
profileName: model.name
|
||||||
icon: model.icon
|
icon: model.icon ? model.icon : ""
|
||||||
custom_icon: model.custom_icon
|
custom_icon: model.custom_icon ? model.custom_icon : ""
|
||||||
tooltipText: model.description ? model.description : ""
|
tooltipText: model.description ? model.description : ""
|
||||||
|
|
||||||
selected: Cura.MachineManager.activeIntentCategory == model.intent_category
|
selected: Cura.MachineManager.activeIntentCategory == model.intent_category
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue