mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Add missing await in option reset
Defect introduced in d655455304
Fix #7196
This commit is contained in:
parent
1f60a9b22d
commit
d98c93b35e
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ function enableButtons()
|
|||
|
||||
async function setDefaults()
|
||||
{
|
||||
const buttonIndex = messageBox(
|
||||
const buttonIndex = await messageBox(
|
||||
500, 200,
|
||||
translate("Resetting the options will erase your saved settings. Do you want to continue?"),
|
||||
translate("Warning"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue