From 664707d77ec793be68ff117d613fd2569f5e2e83 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Sun, 29 Mar 2026 19:42:37 -0400 Subject: [PATCH] fix(ncolorchoice): added "enabled" visual feedback --- Widgets/NColorChoice.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Widgets/NColorChoice.qml b/Widgets/NColorChoice.qml index 91aedfd88..6d8cd294c 100644 --- a/Widgets/NColorChoice.qml +++ b/Widgets/NColorChoice.qml @@ -34,6 +34,8 @@ RowLayout { RowLayout { id: colourRow + + opacity: enabled ? 1.0 : 0.6 Layout.minimumWidth: root.diameter * Color.colorKeyModel.length Repeater {