try to fix #LINQT-1558 (to test, not possible for me as my remote provisioning account does not work)

This commit is contained in:
gaelle 2025-02-06 15:00:53 +01:00
parent de0728651e
commit a7e9f19412

View file

@ -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
}