Close WelcomePage after account is loaded

This commit is contained in:
Tobias Fella
2022-04-09 19:47:36 +02:00
parent decd528079
commit f381cc4623

View File

@@ -37,6 +37,13 @@ Kirigami.ScrollablePage {
}
}
Connections {
target: Controller
function onInitiated() {
pageStack.layers.pop();
}
}
ColumnLayout {
Kirigami.Icon {
source: "org.kde.neochat"