kcms/colors: Wallpaper accent color is not custom color

wilder-5.25
Fushan Wen 4 years ago
parent cb9f65be02
commit aa1c19bfbe
No known key found for this signature in database
GPG Key ID: 2E48D1487C91DCAA
  1. 3
      kcms/colors/package/contents/ui/main.qml

@ -286,7 +286,8 @@ KCM.GridViewKCM {
ColorRadioButton {
id: customColorIndicator
readonly property bool isCustomColor: root.accentColor
readonly property bool isCustomColor: !wallpaperAccentBox.checked
&& root.accentColor
&& !colorRepeater.model.some(color => Qt.colorEqual(color, root.accentColor))
/* The qt binding will keep the binding alive as well as uncheck the button

Loading…
Cancel
Save