Fix module

This commit is contained in:
Tobias Fella
2024-05-03 22:40:32 +02:00
parent 85ff8cdd4a
commit 3a4aca7fbd

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'));
}
}
}