aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2023-09-18 13:08:58 +0200
committer0neGal <mail@0negal.com>2023-09-18 13:08:58 +0200
commitbff68af8f52595bcf93c3d67fb388db5459f314c (patch)
tree227dcbdac4bdb8805fcec3fc7625c12015bf3008 /src/app/index.html
parent9b098ae8d70892a20ce9456e5a978e9e09fb9214 (diff)
downloadViper-bff68af8f52595bcf93c3d67fb388db5459f314c.tar.gz
Viper-bff68af8f52595bcf93c3d67fb388db5459f314c.zip
added "Open gamepath" button
Very useful stuff!
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/index.html b/src/app/index.html
index b18db42..4bd4d92 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -162,6 +162,7 @@
<div class="actions">
<button onclick="relaunch()">%%gui.settings.miscbuttons.buttons.restart_viper%%</button>
<button onclick="reset_config()">%%gui.settings.miscbuttons.buttons.reset_config%%</button>
+ <button onclick="open_gamepath()">%%gui.settings.miscbuttons.buttons.open_gamepath%%</button>
<button onclick="kill_game()">%%gui.settings.miscbuttons.buttons.force_quit_game%%</button>
<button onclick="kill_origin()">%%gui.settings.miscbuttons.buttons.force_quit_origin%%</button>
<button onclick="setpath()" class="disable-when-installing">%%gui.settings.miscbuttons.buttons.change_gamepath%%</button>