diff options
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r-- | features/globalSettings/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index 9c0ee12..09a85a9 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -38,9 +38,6 @@ class Hud extends Feature { this.fixNeuNetworth = new ToggleSetting("Change networth in NEU pv to soopynw", "This should make it a lot more accurate", true, "neu_nw_override", 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) this.privacySettings = [this.reportErrorsSetting] |