diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-24 17:30:04 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-24 17:30:04 +0200 |
commit | c0b597f1bfaa63153a337eb7280fbbb4fa7b824a (patch) | |
tree | d736458f4f7c2d2bca6cede8cfcffbd433858715 /dist | |
parent | 468d843b2eaf0f9f3de00177a79420313c9fc3ed (diff) | |
download | FlightCore-c0b597f1bfaa63153a337eb7280fbbb4fa7b824a.tar.gz FlightCore-c0b597f1bfaa63153a337eb7280fbbb4fa7b824a.zip |
Add code skeleton to verify game files
Once done, should help with some tickets.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index 2d4d1acb..95403ebd 100644 --- a/dist/index.html +++ b/dist/index.html @@ -30,6 +30,9 @@ <!-- Should be switched to dropdown menu later --> 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="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 --> <backend-ping class="server"></backend-ping> </body> |