mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
Re-add tooltips for intent profile selection in recommended.
They where skipped over when transferring the radio bar to the current large button based setup. CURA-9746
This commit is contained in:
parent
74f864e285
commit
8db3f02a4f
2 changed files with 9 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Item
|
|||
{
|
||||
profileName: model.name
|
||||
icon: model.icon
|
||||
|
||||
tooltipText: (model.description != undefined) ? model.description : ""
|
||||
|
||||
selected: Cura.MachineManager.activeIntentCategory == model.intent_category
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue