diff options
author | 0neGal <mail@0negal.com> | 2024-12-20 20:23:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 20:23:20 +0100 |
commit | 98fa01696b123b8d602b20534f866debdb64df52 (patch) | |
tree | 9e4d4ac04b01010b4c2faa71543440114308be86 /src/app/js/mods.js | |
parent | fab59ba8b8b1c567ee158b9681c5b373fb7303e4 (diff) | |
parent | 00d04db553eb53abb48f0b4e3649a6912fdc10df (diff) | |
download | Viper-98fa01696b123b8d602b20534f866debdb64df52.tar.gz Viper-98fa01696b123b8d602b20534f866debdb64df52.zip |
Merge pull request #246 from Jan200101/PR/onLine-event
feat: handle no internet better
Diffstat (limited to 'src/app/js/mods.js')
-rw-r--r-- | src/app/js/mods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/js/mods.js b/src/app/js/mods.js index 755aad1..9eb528b 100644 --- a/src/app/js/mods.js +++ b/src/app/js/mods.js @@ -74,7 +74,7 @@ mods.load = (mods_obj) => { <div class="title">${mod_details.name}</div> <div class="description">${mod_details.description}</div> <button class="switch on orange"></button> - <button class="update bg-blue"> + <button class="update bg-blue requires-internet"> <img src="icons/downloads.png"> <span>${lang("gui.browser.update")}</span> </button> |