aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-24 17:30:04 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-24 17:30:04 +0200
commitc0b597f1bfaa63153a337eb7280fbbb4fa7b824a (patch)
treed736458f4f7c2d2bca6cede8cfcffbd433858715 /dist/index.html
parent468d843b2eaf0f9f3de00177a79420313c9fc3ed (diff)
downloadFlightCore-c0b597f1bfaa63153a337eb7280fbbb4fa7b824a.tar.gz
FlightCore-c0b597f1bfaa63153a337eb7280fbbb4fa7b824a.zip
Add code skeleton to verify game files
Once done, should help with some tickets.
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html3
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>