From 87d2ad4e71e0e850c5bade62825b5d11f61e0f75 Mon Sep 17 00:00:00 2001 From: Tanbir Jishan Date: Thu, 7 Jul 2022 17:15:14 +0000 Subject: [PATCH] kcms/colors: Fix wallpaper accent color radio button's checked status after picking custom color --- kcms/colors/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcms/colors/package/contents/ui/main.qml b/kcms/colors/package/contents/ui/main.qml index 00d5b133f..f20822e04 100644 --- a/kcms/colors/package/contents/ui/main.qml +++ b/kcms/colors/package/contents/ui/main.qml @@ -142,7 +142,7 @@ KCM.GridViewKCM { Kirigami.FormData.label: i18n("Use accent color:") text: i18n("From current color scheme") - checked: Qt.colorEqual(kcm.accentColor, "transparent") + checked: Qt.colorEqual(kcm.accentColor, "transparent") && !kcm.accentColorFromWallpaper onToggled: { if (checked) {