mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-20 09:39:09 +08:00
CURA-5296 fix model property mismatch
This commit is contained in:
parent
45fc8480a1
commit
b17685d075
@ -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…
x
Reference in New Issue
Block a user