diff options
author | 0neGal <mail@0negal.com> | 2022-01-03 02:43:10 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-03 02:43:33 +0100 |
commit | e77ac64018bec2ca98e2264fafd6db02990ef741 (patch) | |
tree | 84365f9f1bd1407d19b95b7c0ceed2187c61f0e4 /src/app/index.html | |
parent | 34c93e9e7714322aa67fc427e3b9f03fea827229 (diff) | |
download | Viper-e77ac64018bec2ca98e2264fafd6db02990ef741.tar.gz Viper-e77ac64018bec2ca98e2264fafd6db02990ef741.zip |
mod buttons are now disabled if 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 88cfbb5..88d5a17 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -30,7 +30,7 @@ </div> <div class="line"> <div class="text" id="modcount">%%gui.mods%%</div> - <div class="buttons"> + <div class="buttons modbtns"> <button id="removemod" onclick="selected().remove()">%%gui.mods.remove%%</button> <button id="removeall" onclick="selected(true).remove()">%%gui.mods.removeall%%</button> <button id="togglemod" onclick="selected().toggle()">%%gui.mods.toggle%%</button> |