diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-24 17:44:49 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-24 17:44:49 +0200 |
commit | 94979acb5d62fc5a0498b8d0170308511972fbb7 (patch) | |
tree | fc259ea9f0b427a78458956f91e6285f5c062a08 /dist | |
parent | c0b597f1bfaa63153a337eb7280fbbb4fa7b824a (diff) | |
download | FlightCore-94979acb5d62fc5a0498b8d0170308511972fbb7.tar.gz FlightCore-94979acb5d62fc5a0498b8d0170308511972fbb7.zip |
Add force reinstall button
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 95403ebd..ae87ebe7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -31,6 +31,7 @@ Use release candidate? <input type="checkbox" id="use-release-candidate-checkbox" /> <!-- Stuff directly below would go to a repair/verify Titanfall2/Northstar page in the app --> + <button id="force-reinstall-northstar-button">Force reinstall Northstar</button> <button id="verify-game-files-button">Verify Titanfall2 game files</button> <!-- This showcases ping activity between frontend and backend. Should be hidden in non-dev/debug mode --> |