Fix module

(cherry picked from commit 3a4aca7fbd)
This commit is contained in:
Tobias Fella
2024-05-03 22:40:32 +02:00
parent 8ef41b9c90
commit 49df3b2b2f

View File

@@ -262,7 +262,7 @@ Kirigami.ApplicationWindow {
function onRowsRemoved() {
if (AccountRegistry.rowCount() === 0) {
pageStack.clear();
pageStack.push(Qt.createComponent('org.kde.neochat', 'WelcomePage'));
pageStack.push(Qt.createComponent('org.kde.neochat.login', 'WelcomePage'));
}
}
}