diff --git a/kcms/colors/package/contents/ui/main.qml b/kcms/colors/package/contents/ui/main.qml index bedef4cae..54db3895a 100644 --- a/kcms/colors/package/contents/ui/main.qml +++ b/kcms/colors/package/contents/ui/main.qml @@ -239,6 +239,7 @@ KCM.GridViewKCM { title: i18n("Choose custom accent color") // User must either choose a colour or cancel the operation before doing something else modality: Qt.ApplicationModal + color: kcm.accentColor onAccepted: { kcm.accentColor = colorDialog.color }