mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
Make Save in HMD settings dialogs return to previous dialog
Same as Cancel key does.
This commit is contained in:
parent
097b4c177a
commit
398724de73
1 changed files with 5 additions and 1 deletions
|
@ -41,7 +41,11 @@ Item {
|
|||
section.saveAll();
|
||||
}
|
||||
|
||||
closeDialog();
|
||||
if (HMD.active) {
|
||||
tablet.popFromStack();
|
||||
} else {
|
||||
closeDialog();
|
||||
}
|
||||
}
|
||||
|
||||
function restoreAll() {
|
||||
|
|
Loading…
Reference in a new issue