mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Review suggestion; best practices; javascript.
done as part of CURA-9746 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
8db3f02a4f
commit
e9b268bc06
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Item
|
||||||
{
|
{
|
||||||
profileName: model.name
|
profileName: model.name
|
||||||
icon: model.icon
|
icon: model.icon
|
||||||
tooltipText: (model.description != undefined) ? 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