aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/gamepath.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/gamepath.js b/src/modules/gamepath.js
index 6a02631..1ec5838 100644
--- a/src/modules/gamepath.js
+++ b/src/modules/gamepath.js
@@ -58,7 +58,7 @@ gamepath.set = async (win, force_dialog) => {
return;
}
- win_show.alert(lang("general.missingpath"));
+ await win_show.alert(lang("general.missingpath"));
}
// fallback to GUI/manual selection