Merge PR #205: Fix the back button in the login page
This commit is contained in:
commit
68c39a1c52
@ -23,6 +23,7 @@ Page {
|
||||
buttonText: qsTr("Next")
|
||||
onButtonClicked: {
|
||||
var page = pageStack.push(Qt.resolvedUrl("LoginPage.qml"));
|
||||
page.backPressed.connect(function() {pageStack.pop();})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user