diff options
author | 0neGal <mail@0negal.com> | 2022-01-23 22:17:59 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-23 22:17:59 +0100 |
commit | 89bd545b938fb05980393a3f2ae3f0aa2cbee220 (patch) | |
tree | 9b53130d3affcc5e0f2e8994246288c940bf2343 /src/app/index.html | |
parent | f474005ea330198caa066a50c5f71ff087d4158f (diff) | |
download | Viper-89bd545b938fb05980393a3f2ae3f0aa2cbee220.tar.gz Viper-89bd545b938fb05980393a3f2ae3f0aa2cbee220.zip |
added "Find Mods" button
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/index.html b/src/app/index.html index e03936d..c2978bd 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -92,6 +92,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> </div> </div> </div> |