From e3eaf05fe6c14b98d267d4a435ac90941a0a0f89 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 22 May 2017 09:09:50 +0200 Subject: [PATCH] No shortcut is probably better than a wrong one --- linphone-desktop/ui/views/App/Main/MainWindowMenuBar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/linphone-desktop/ui/views/App/Main/MainWindowMenuBar.qml b/linphone-desktop/ui/views/App/Main/MainWindowMenuBar.qml index e3a5711ce..476cc3c97 100644 --- a/linphone-desktop/ui/views/App/Main/MainWindowMenuBar.qml +++ b/linphone-desktop/ui/views/App/Main/MainWindowMenuBar.qml @@ -59,7 +59,6 @@ Item { } MenuItem { - shortcut: aboutShortcut.sequence text: qsTr('about') onTriggered: aboutShortcut.onActivated()