mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
Merge branch '5.4' of github.com:Ultimaker/Cura
This commit is contained in:
commit
cd3e45c7c4
@ -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…
x
Reference in New Issue
Block a user