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,8 +41,12 @@ Item {
section.saveAll();
}
if (HMD.active) {
tablet.popFromStack();
} else {
closeDialog();
}
}
function restoreAll() {
for (var i = 0; i < sections.length; ++i) {