From 31f5c3fbfa287525d65ef4b767197ff2cb6c2953 Mon Sep 17 00:00:00 2001 From: Felipe Kinoshita Date: Fri, 17 Sep 2021 15:11:01 -0300 Subject: [PATCH] Add configure keyboard shortcuts action to in-window menubar This commmit makes it consistent with the global menubar which already had this action. --- src/contents/ui/WindowMenu.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/contents/ui/WindowMenu.qml b/src/contents/ui/WindowMenu.qml index 7309896d..68a00804 100644 --- a/src/contents/ui/WindowMenu.qml +++ b/src/contents/ui/WindowMenu.qml @@ -191,6 +191,10 @@ QQC2.MenuBar { } QQC2.Menu { title: i18nc("@action:menu", "Settings") + + KActionFromAction { + kalendarAction: 'options_configure_keybinding' + } KActionFromAction { kalendarAction: "options_configure" } -- GitLab