Fix bugs in multi account setups

This commit is contained in:
Carl Schwan
2021-05-07 03:03:09 +02:00
parent f5a42e64ee
commit 8314e19cb1
2 changed files with 27 additions and 16 deletions

View File

@@ -234,7 +234,6 @@ Kirigami.ApplicationWindow {
id: roomListComponent
RoomListPage {
id: roomList
activeConnection: Controller.activeConnection
}
}
Connections {