diff --git a/src/qml/QuickSwitcher.qml b/src/qml/QuickSwitcher.qml index 05aee2928..9888940bd 100644 --- a/src/qml/QuickSwitcher.qml +++ b/src/qml/QuickSwitcher.qml @@ -27,6 +27,7 @@ Kirigami.SearchDialog { onTextChanged: RoomManager.sortFilterRoomListModel.filterText = text model: RoomManager.sortFilterRoomListModel emptyText: i18nc("Placeholder message", "No room found") + parent: QQC2.Overlay.overlay delegate: RoomDelegate { connection: root.connection