NColorChoice: fix "none"

This commit is contained in:
Lemmy
2026-02-14 11:49:47 -05:00
parent 65a7c3189b
commit a132920391
+2 -2
View File
@@ -11,8 +11,8 @@ RowLayout {
property string tooltip: ""
property string currentKey: ""
property var defaultValue: "none"
property color noneColor
property color noneOnColor
property var noneColor: undefined // color declared as var so we can nullify
property var noneOnColor: undefined // color declared as var so we can nullify
readonly property bool isValueChanged: currentKey !== defaultValue
readonly property string indicatorTooltip: {