diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-22 17:08:58 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-22 17:08:58 +0200 |
commit | 060febe496217d57b6a39dd028c4930227609c5a (patch) | |
tree | f8605a7570fb04651bb989a3594616674f5fbb37 /src-ui/src | |
parent | bc0c8ead3f120402ada48780d1be42259384e0f4 (diff) | |
download | FlightCore-060febe496217d57b6a39dd028c4930227609c5a.tar.gz FlightCore-060febe496217d57b6a39dd028c4930227609c5a.zip |
Call log file finder for testing
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, |