diff --git a/Linphone/view/App/Main.qml b/Linphone/view/App/Main.qml index da25a88da..1558ab05b 100644 --- a/Linphone/view/App/Main.qml +++ b/Linphone/view/App/Main.qml @@ -20,8 +20,7 @@ Window { id: welcomePage WelcomePage { onStartButtonPressed: { - mainWindowStackView.pop(welcomePage) - mainWindowStackView.push(loginPage) + mainWindowStackView.replace(loginPage)// Replacing the first item will destroy the old. } } }