diff options
Diffstat (limited to 'src-ui/src')
-rw-r--r-- | src-ui/src/main.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts index 0505f0c2..b5890abf 100644 --- a/src-ui/src/main.ts +++ b/src-ui/src/main.ts @@ -302,7 +302,6 @@ document.addEventListener("DOMContentLoaded", async function () { omniButtonEl.textContent = button_manual_find_string; }); - // --- This should be moved and is only placed here temporarily ----- let game_install = { game_path: globalState.gamepath, |