qml: wizard support for back button
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user