From eea8950afb26a77cdba42d5d015fa65a2f847a89 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 28 Apr 2023 01:03:24 +0200 Subject: [PATCH] Fix room search field shortcut The shortcut was stolen by the search field in the quick switcher BUG: 469059 --- src/qml/Component/QuickSwitcher.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Component/QuickSwitcher.qml b/src/qml/Component/QuickSwitcher.qml index bf12b0c2a..138a26fb8 100644 --- a/src/qml/Component/QuickSwitcher.qml +++ b/src/qml/Component/QuickSwitcher.qml @@ -64,6 +64,7 @@ QQC2.Dialog { RoomManager.enterRoom(roomList.currentItem.currentRoom); root.close(); } + focusSequence: "" } QQC2.ScrollView {