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) {