aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html
index edf7fbe..9b72ebb 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -25,8 +25,10 @@
<div class="line">
<div class="text" id="modcount">%%gui.mods%%</div>
<div class="buttons">
- <button id="removemod">%%gui.mods.removemod%%</button>
+ <button id="removemod">%%gui.mods.remove%%</button>
<button id="removeall">%%gui.mods.removeall%%</button>
+ <button id="togglemod">%%gui.mods.toggle%%</button>
+ <button id="toggleall">%%gui.mods.toggleall%%</button>
<button id="installmod">%%gui.mods.install%%</button>
</div>
</div>