From a7e9f19412c0546db204b93afeb7b426858778d0 Mon Sep 17 00:00:00 2001 From: gaelle Date: Thu, 6 Feb 2025 15:00:53 +0100 Subject: [PATCH] try to fix #LINQT-1558 (to test, not possible for me as my remote provisioning account does not work) --- Linphone/view/Page/Window/Main/MainWindow.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Linphone/view/Page/Window/Main/MainWindow.qml b/Linphone/view/Page/Window/Main/MainWindow.qml index 3b049409..35eac4a0 100644 --- a/Linphone/view/Page/Window/Main/MainWindow.qml +++ b/Linphone/view/Page/Window/Main/MainWindow.qml @@ -155,6 +155,7 @@ AbstractWindow { onGoBack: openMainPage() onUseSIPButtonClicked: mainWindowStackView.push(sipLoginPage) onGoToRegister: mainWindowStackView.replace(registerPage) + Component.onCompleted: if (accountProxy?.haveAccount) showBackButton = true StackView.onActivated:{ if (accountProxy?.haveAccount) showBackButton = true }