diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 18:44:06 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 18:44:06 +0200 |
commit | 53bf9962f5a4294211fcd70a15ee4c92af93e6a7 (patch) | |
tree | a261200f8ef0e514a5d77bafe558005b681c9af9 /dist | |
parent | da6d571b2f656d6937f604dbd066cd3918a172af (diff) | |
download | FlightCore-53bf9962f5a4294211fcd70a15ee4c92af93e6a7.tar.gz FlightCore-53bf9962f5a4294211fcd70a15ee4c92af93e6a7.zip |
Propagate install type to UI
Install type is Steam, Origin, EAPlay
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index 9eb4fe0a..eef3b931 100644 --- a/dist/index.html +++ b/dist/index.html @@ -16,6 +16,7 @@ --> <button id="omni-button">Loading...</button> <input value="Couldn't find Titanfall2 install" id="install-location-holder" disabled></input> + <install-type-holder>UNKOWN</install-type-holder> <!-- <div class="hello">Click for Hello</div> --> <!-- <counter-button>ADD</counter-button> --> <!-- <counter-result>.</counter-result> --> |