mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-20 17:49:14 +08:00
CURA-5296 fix model property mismatch
This commit is contained in:
parent
45fc8480a1
commit
b17685d075
@ -26,7 +26,7 @@ Item
|
|||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
id: pluginInfo
|
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
|
height: parent.height
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user