diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 4 |
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> |