Remove search bar; Use QuickSwitcher instead

This commit is contained in:
Tobias Fella
2024-04-22 23:12:12 +02:00
parent 10b4274a3d
commit 69b6f16ec1
8 changed files with 87 additions and 86 deletions

View File

@@ -98,12 +98,9 @@ Kirigami.ApplicationWindow {
}
}
Loader {
id: quickView
active: !Kirigami.Settings.isMobile
sourceComponent: QuickSwitcher {
connection: root.connection
}
QuickSwitcher {
id: quickSwitcher
connection: root.connection
}
Connections {
@@ -226,6 +223,8 @@ Kirigami.ApplicationWindow {
RoomListPage {
id: roomList
onSearch: quickSwitcher.open()
connection: root.connection
Shortcut {