diff --git a/imports/NeoChat/Page/WelcomePage.qml b/imports/NeoChat/Page/WelcomePage.qml index dbc1d2ec9..f9a64d078 100644 --- a/imports/NeoChat/Page/WelcomePage.qml +++ b/imports/NeoChat/Page/WelcomePage.qml @@ -37,6 +37,13 @@ Kirigami.ScrollablePage { } } + Connections { + target: Controller + function onInitiated() { + pageStack.layers.pop(); + } + } + ColumnLayout { Kirigami.Icon { source: "org.kde.neochat"