aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-14 23:56:09 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-14 23:56:09 +0200
commit17a1e8a5edfd2dfb4bc89e619c5e27721473ee1e (patch)
treead16d13f2143836be7fc6cf0ec9df77548524b44 /dist
parent7899a99d89bfd5f9fea52e9cdb01f367e2ccef3b (diff)
downloadFlightCore-17a1e8a5edfd2dfb4bc89e619c5e27721473ee1e.tar.gz
FlightCore-17a1e8a5edfd2dfb4bc89e619c5e27721473ee1e.zip
Support switching between main release and RCs
State is not saved between launches currently.
Diffstat (limited to 'dist')
-rw-r--r--dist/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html
index 14592dff..2d4d1acb 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -26,6 +26,10 @@
<!-- This button is solely for testing purposes. It force crashes the application to check crash logging -->
<panic-button>Panic Button</panic-button>
+ <!-- Button to allow switching to installing release candidate -->
+ <!-- Should be switched to dropdown menu later -->
+ Use release candidate? <input type="checkbox" id="use-release-candidate-checkbox" />
+
<!-- This showcases ping activity between frontend and backend. Should be hidden in non-dev/debug mode -->
<backend-ping class="server"></backend-ping>
</body>