mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
CURA-5296 fix model property mismatch
This commit is contained in:
parent
45fc8480a1
commit
b17685d075
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Item
|
|||
Column
|
||||
{
|
||||
id: pluginInfo
|
||||
property var color: model.package_type === "plugin" && !isEnabled ? UM.Theme.getColor("lining") : UM.Theme.getColor("text")
|
||||
property var color: model.type === "plugin" && !isEnabled ? UM.Theme.getColor("lining") : UM.Theme.getColor("text")
|
||||
height: parent.height
|
||||
anchors
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue