Fix Keys in QuickSwitcher

This commit is contained in:
Tobias Fella
2023-04-25 14:54:09 +02:00
parent 56f3d0e0d6
commit e484a08e8d

View File

@@ -24,7 +24,6 @@ QQC2.Dialog {
anchors.centerIn: applicationWindow().overlay
Keys.forwardTo: searchField
Shortcut {
sequence: "Ctrl+K"
@@ -69,6 +68,9 @@ QQC2.Dialog {
QQC2.ScrollView {
anchors.fill: parent
Keys.forwardTo: searchField
ListView {
id: roomList