diff options
author | 0neGal <mail@0negal.com> | 2021-12-26 19:06:09 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-26 19:06:09 +0100 |
commit | e6a3c962330289e02276b0fafe4629598933e54e (patch) | |
tree | 1bbd399e922bc475e6a092013a16fc903f2bcf3e /src/app/index.html | |
parent | 3c4dc8d62d2ccbc4e40c26a4c99475fcd7e75036 (diff) | |
download | Viper-e6a3c962330289e02276b0fafe4629598933e54e.tar.gz Viper-e6a3c962330289e02276b0fafe4629598933e54e.zip |
you can now set the game path in the UI
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html index 97a14ab..263a903 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -9,7 +9,7 @@ <div class="text">Welcome to Viper!</div> <div class="buttons"> <button id="update" onclick="update()">Update</button> - <button id="setpath">Game Path</button> + <button id="setpath" onclick="setpath()">Game Path</button> </div> </div> <div class="line"> |