fix(ncolorchoice): added "enabled" visual feedback

This commit is contained in:
Lemmy
2026-03-29 19:42:37 -04:00
parent dfc3bd9535
commit 664707d77e
+2
View File
@@ -34,6 +34,8 @@ RowLayout {
RowLayout {
id: colourRow
opacity: enabled ? 1.0 : 0.6
Layout.minimumWidth: root.diameter * Color.colorKeyModel.length
Repeater {