diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-29 01:10:56 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-29 01:10:56 +0200 |
commit | bf947d6f56a8ed0614003d0e031e6fea99e14f87 (patch) | |
tree | 7aae17d9a6c26b8cb3d4fabf816423d6c8ed9ab0 /dist | |
parent | 9a23a8d68cfa3477b55778818d7d06b468f9b5ca (diff) | |
download | FlightCore-bf947d6f56a8ed0614003d0e031e6fea99e14f87.tar.gz FlightCore-bf947d6f56a8ed0614003d0e031e6fea99e14f87.zip |
Add omni-button
Changes behaviour and content based on application state, e.g. if game
install location was found or Northstar was detect as installed.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index bd036bc8..9aed5681 100644 --- a/dist/index.html +++ b/dist/index.html @@ -11,5 +11,14 @@ <backend-ping class="server"></backend-ping> <install-location-holder>EMPTY</install-location-holder> <version-number-holder>UNKNOWN</version-number-holder> + <!-- + This button serves multiple purposes + - Locate install + - Install Northstar + - Update Northstar + - Run Northstar + The functionality it serves and what it displays is based on the current state of the application + --> + <button id="omni-button">Loading...</button> </body> </html> |