Skip to content

Commit

Permalink
fixed #231 (hopefully)
Browse files Browse the repository at this point in the history
Did an oopsie whoopsie doopsie, now its unoopsied
  • Loading branch information
0neGal committed Apr 30, 2024
1 parent e2c6c37 commit 02cee6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/gamepath.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02cee6f

Please sign in to comment.