Fix global menu

This commit is contained in:
Tobias Fella
2024-06-20 18:03:42 +02:00
parent a08ffaae77
commit 5456b4a7ff

View File

@@ -89,7 +89,7 @@ Labs.MenuBar {
Labs.MenuItem {
text: i18nc("menu item that opens a UI element called the 'Quick Switcher', which offers a fast keyboard-based interface for switching in between chats.", "Open Quick Switcher")
shortcut: "Ctrl+K"
onTriggered: quickView.item.open()
onTriggered: quickSwitcher.open()
}
}
Labs.Menu {