[applets/notifications] Fix configure action

Since https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/843 the configure action didn't have any slot associated with it

BUG: 437602
wilder-5.24
Nicolas Fella 5 years ago
parent 499e4a82ce
commit 3287276589
  1. 2
      applets/notifications/package/contents/ui/main.qml

@ -171,7 +171,7 @@ Item {
}
}
function action_openKcm() {
function action_configure() {
KQCAddons.KCMShell.openSystemSettings("kcm_notifications");
}

Loading…
Cancel
Save