Fix Keys in QuickSwitcher
This commit is contained in:
@@ -24,7 +24,6 @@ QQC2.Dialog {
|
|||||||
|
|
||||||
anchors.centerIn: applicationWindow().overlay
|
anchors.centerIn: applicationWindow().overlay
|
||||||
|
|
||||||
Keys.forwardTo: searchField
|
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: "Ctrl+K"
|
sequence: "Ctrl+K"
|
||||||
@@ -69,6 +68,9 @@ QQC2.Dialog {
|
|||||||
|
|
||||||
QQC2.ScrollView {
|
QQC2.ScrollView {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
Keys.forwardTo: searchField
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: roomList
|
id: roomList
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user