diff options
author | 0neGal <mail@0negal.com> | 2022-01-10 17:02:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:02:55 +0100 |
commit | 9dbf85ca6655d8b14c8f0ad090a9b30e1ec951cf (patch) | |
tree | dc3659357f9e991d24c07537309fc132750272ad /src/app/index.html | |
parent | dc36aff8d0872b1fbfae265b97d8589c19d6ea5c (diff) | |
parent | 0ceea0f8699d02054ba86c8171ad834a8cdf4747 (diff) | |
download | Viper-9dbf85ca6655d8b14c8f0ad090a9b30e1ec951cf.tar.gz Viper-9dbf85ca6655d8b14c8f0ad090a9b30e1ec951cf.zip |
Merge pull request #35 from Alystrasz/fix/install-ns-on-first-launch
feat: Disable NS button when NS isn't installed
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html index 88d5a17..d9db79b 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -15,7 +15,7 @@ </div> <div class="buttons"> <button id="exit" onclick="exit()">%%gui.exit%%</button> - <button id="update" onclick="update()">%%gui.update%%</button> + <button id="updateBtn" onclick="update()">%%gui.update%%</button> <button id="setpath" onclick="setpath()">%%gui.setpath%%</button> </div> </div> |