Fix Quick Switcher not being activatable by Enter/Return key

(cherry picked from commit e53c84d30c)
This commit is contained in:
Joshua Goins
2026-01-17 11:39:12 -05:00
parent a17d7e18fd
commit 4d4b44e011

View File

@@ -22,7 +22,7 @@ Kirigami.SearchDialog {
}
onAccepted: if (currentItem) {
(currentItem as QQC2.ItemDelegate).clicked();
(root.currentItem as RoomDelegate).clicked();
}
onTextChanged: RoomManager.sortFilterRoomListModel.filterText = text