kcms/colors: Fix wallpaper accent color radio button's checked status after picking custom color

wilder-5.26
Tanbir Jishan 4 years ago committed by Nate Graham
parent 1688835bad
commit 87d2ad4e71
  1. 2
      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) {

Loading…
Cancel
Save