try to fix #LINQT-1558 (to test, not possible for me as my remote provisioning account does not work)
This commit is contained in:
parent
de0728651e
commit
a7e9f19412
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue