NColorChoice: fix ActiveWindow and default props

This commit is contained in:
Lemmy
2026-02-14 11:42:04 -05:00
parent 591b4b34ed
commit 65a7c3189b
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ RowLayout {
property string tooltip: ""
property string currentKey: ""
property var defaultValue: "none"
property color noneColor: undefined
property color noneOnColor: undefined
property color noneColor
property color noneOnColor
readonly property bool isValueChanged: currentKey !== defaultValue
readonly property string indicatorTooltip: {