mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:39:04 +08: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
@ -32,7 +32,7 @@ Item
|
||||
{
|
||||
profileName: model.name
|
||||
icon: model.icon
|
||||
tooltipText: (model.description != undefined) ? model.description : ""
|
||||
tooltipText: model.description ? model.description : ""
|
||||
|
||||
selected: Cura.MachineManager.activeIntentCategory == model.intent_category
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user