aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-04-24 20:59:40 +0200
committer0neGal <mail@0negal.com>2022-04-24 20:59:40 +0200
commitb045d3f01a9d49b5ad391bcf3f1404900882c141 (patch)
tree6e21d2118fae7103730f96f166df07ad5394239d /src/app/index.html
parentc8fcc96cae62a8bb7c4374fc1c5889aa5466b701 (diff)
downloadViper-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.html2
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>