1
0

qml: wizard support for back button

This commit is contained in:
Sander van Grieken
2022-11-16 12:12:43 +01:00
parent d95b18c510
commit 5380b21568
6 changed files with 26 additions and 38 deletions

View File

@@ -276,7 +276,7 @@ ApplicationWindow
if (activeDialogs.length > 0) {
var activeDialog = activeDialogs[activeDialogs.length - 1]
if (activeDialog.allowClose) {
activeDialog.close()
activeDialog.doClose()
} else {
console.log('dialog disallowed close')
}