Fix Quick Switcher not being activatable by Enter/Return key

This commit is contained in:
Joshua Goins
2026-01-17 11:39:12 -05:00
parent a90c26f566
commit e53c84d30c

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