diff options
author | 0neGal <mail@0negal.com> | 2022-04-24 20:59:40 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-04-24 20:59:40 +0200 |
commit | b045d3f01a9d49b5ad391bcf3f1404900882c141 (patch) | |
tree | 6e21d2118fae7103730f96f166df07ad5394239d /src/app/index.html | |
parent | c8fcc96cae62a8bb7c4374fc1c5889aa5466b701 (diff) | |
download | Viper-b045d3f01a9d49b5ad391bcf3f1404900882c141.tar.gz Viper-b045d3f01a9d49b5ad391bcf3f1404900882c141.zip |
more minor improvements to the UI
sped up some animations, added a few more colors to different places,
overall just a slight spice up to the UI
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 4b3b79f..02a150f 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -200,7 +200,7 @@ <button id="togglemod" onclick="selected().toggle()">%%gui.mods.toggle%%</button> <button id="toggleall" onclick="selected(true).toggle(true)">%%gui.mods.toggleall%%</button> <button id="installmod" onclick="installmod()">%%gui.mods.install%%</button> - <button id="installmod" onclick="Browser.toggle(true)">%%gui.mods.find%%</button> + <button id="findmod" onclick="Browser.toggle(true)">%%gui.mods.find%%</button> </div> </div> </div> |