diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-01-20 09:55:15 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-01-20 09:55:15 +0800 |
commit | 0a390f63ed58c95ca5cf6422580288fd4fac6912 (patch) | |
tree | 04f6e8ad118c2aed5bc88946336d3eeb004ceec5 /features/globalSettings | |
parent | 59a6730bc0c85d82d9546ec16944768e677eb921 (diff) | |
download | SoopyV2-0a390f63ed58c95ca5cf6422580288fd4fac6912.tar.gz SoopyV2-0a390f63ed58c95ca5cf6422580288fd4fac6912.tar.bz2 SoopyV2-0a390f63ed58c95ca5cf6422580288fd4fac6912.zip |
remove update button in changelog page
Diffstat (limited to 'features/globalSettings')
-rw-r--r-- | features/globalSettings/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index badaf72..09daa6f 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -35,7 +35,7 @@ class Hud extends Feature { this.findApiKey = new ButtonSetting("Attempt to load api key from other mods", "This will scan other mods configs to attempt to find your key", "find_key", this, "Click!", this.findKey, undefined) - this.notifyNewVersion = new ToggleSetting("Notify when there is a new update", "Will notify you when there is a new version of soopyv2 avalible for download", false, "notify_update", this) + // this.notifyNewVersion = new ToggleSetting("Notify when there is a new update", "Will notify you when there is a new version of soopyv2 avalible for download", false, "notify_update", this) this.reportErrorsSetting = new ToggleSetting("Send module errors to soopy server", "This will allow me to more effectivly fix them", false, "privacy_send_errors", this) |