diff options
author | 0neGal <mail@0negal.com> | 2024-02-03 18:05:50 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-02-03 18:05:50 +0100 |
commit | 647bd1f6a76c834b3db9b70005f4b8365d1ded91 (patch) | |
tree | bf6d64e410248589701e1bb07a8da825c9ff746d /src/app/index.html | |
parent | 33eee379245d084b9708513c65809441437ebbec (diff) | |
download | Viper-647bd1f6a76c834b3db9b70005f4b8365d1ded91.tar.gz Viper-647bd1f6a76c834b3db9b70005f4b8365d1ded91.zip |
fixed settings not applying
This isn't present in the current release and is a bug that crept up
with the upcoming release, however of course, it's been fixed now.
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 cb2d63b..9e0ae51 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -34,7 +34,7 @@ <div class="popup" id="options"> <div class="misc"> <input class="search" placeholder="%%gui.search%%"> - <button id="apply" onclick="Settings.toggle(false);Settings.apply()"> + <button id="apply" onclick="Settings.apply();Settings.toggle(false)"> <img src="icons/apply.png"> %%gui.settings.save%% </button> |