diff options
author | 0neGal <mail@0negal.com> | 2023-09-18 13:08:58 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-18 13:08:58 +0200 |
commit | bff68af8f52595bcf93c3d67fb388db5459f314c (patch) | |
tree | 227dcbdac4bdb8805fcec3fc7625c12015bf3008 /src/app/index.html | |
parent | 9b098ae8d70892a20ce9456e5a978e9e09fb9214 (diff) | |
download | Viper-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.html | 1 |
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> |