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