Fix room search field shortcut

The shortcut was stolen by the search field in the quick switcher

BUG: 469059
This commit is contained in:
Tobias Fella
2023-04-28 01:03:24 +02:00
parent 9f15c7fc53
commit eea8950afb

View File

@@ -64,6 +64,7 @@ QQC2.Dialog {
RoomManager.enterRoom(roomList.currentItem.currentRoom);
root.close();
}
focusSequence: ""
}
QQC2.ScrollView {