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.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/app/index.html b/src/app/index.html
index 9f0297d..016b708 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -290,10 +290,22 @@
<div class="line">
<div class="text" id="modcount">%%gui.mods.title%%</div>
<div class="buttons modbtns">
- <button id="removeall" class="bg-red2" onclick="mods.remove('allmods')">%%gui.mods.remove_all%%</button>
- <button id="toggleall" class="bg-orange2" onclick="mods.toggle('allmods')">%%gui.mods.toggle_all%%</button>
- <button id="installmod" class="bg-blue" onclick="installmod()">%%gui.mods.install%%</button>
- <button id="findmod" class="bg-blue2" onclick="Browser.toggle(true)">%%gui.mods.find%%</button>
+ <button id="removeall" class="bg-red2" onclick="mods.remove('allmods')">
+ <img src="icons/trash.png">
+ %%gui.mods.remove_all%%
+ </button>
+ <button id="toggleall" class="bg-orange2" onclick="mods.toggle('allmods')">
+ <img src="icons/toggles.png">
+ %%gui.mods.toggle_all%%
+ </button>
+ <button id="installmod" class="bg-blue" onclick="installmod()">
+ <img src="icons/downloads.png">
+ %%gui.mods.install%%
+ </button>
+ <button id="findmod" class="bg-blue2" onclick="Browser.toggle(true)">
+ <img src="icons/search.png">
+ %%gui.mods.find%%
+ </button>
</div>
</div>
</div>