Style fixing

This commit is contained in:
2018-07-12 21:16:10 +02:00
parent e07e29cd4a
commit 773ad2a91d
5 changed files with 62 additions and 23 deletions

View File

@@ -74,4 +74,11 @@ ApplicationWindow {
initialItem: "HomeForm.qml"
anchors.fill: parent
}
onClosing: {
if (stackView.depth > 1) {
close.accepted = false
stackView.pop()
}
}
}