Make Save in HMD settings dialogs return to previous dialog

Same as Cancel key does.
This commit is contained in:
David Rowe 2018-09-06 10:23:45 +12:00
parent 097b4c177a
commit 398724de73

View file

@ -41,7 +41,11 @@ Item {
section.saveAll();
}
closeDialog();
if (HMD.active) {
tablet.popFromStack();
} else {
closeDialog();
}
}
function restoreAll() {