From 02cee6f11f5ac3ff86686340f526b82fd97e6e95 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Tue, 30 Apr 2024 21:38:21 +0200 Subject: fixed #231 (hopefully) Did an oopsie whoopsie doopsie, now its unoopsied --- src/modules/gamepath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/gamepath.js b/src/modules/gamepath.js index 69cc446..5a5f922 100644 --- a/src/modules/gamepath.js +++ b/src/modules/gamepath.js @@ -153,7 +153,7 @@ gamepath.set = async (win, force_dialog) => { return gamepath.setting = false; } - await win().alert(lang("general.missing_path")); + await win.alert(lang("general.missing_path")); } // fallback to GUI/manual selection -- cgit v1.2.3