From 90b0983d92bae3eeef4973fee61148c08594e0a3 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 24 May 2021 15:34:08 +0200 Subject: [PATCH] [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 (cherry picked from commit 3287276589799d97b2a9a09c6a99a770a7961826) --- applets/notifications/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/notifications/package/contents/ui/main.qml b/applets/notifications/package/contents/ui/main.qml index 56554c49d..d5c27f51d 100644 --- a/applets/notifications/package/contents/ui/main.qml +++ b/applets/notifications/package/contents/ui/main.qml @@ -171,7 +171,7 @@ Item { } } - function action_openKcm() { + function action_configure() { KQCAddons.KCMShell.openSystemSettings("kcm_notifications"); }