Fix connection property initialization

This commit is contained in:
Tobias Fella
2023-08-30 00:00:44 +02:00
parent 0c19052f32
commit 0274d70f71
2 changed files with 4 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ Kirigami.ApplicationWindow {
pageStack.replace("qrc:/WelcomePage.qml", {});
} else if (!roomListLoaded) {
pageStack.replace(roomListComponent, {
activeConnection: Controller.activeConnection
connection: Controller.activeConnection
});
roomListLoaded = true;
roomListPage = pageStack.currentItem