diff --git a/dev/Settings/General.js b/dev/Settings/General.js index 3a90c969f..7dcb34926 100644 --- a/dev/Settings/General.js +++ b/dev/Settings/General.js @@ -39,6 +39,7 @@ function SettingsGeneral() this.mppTrigger = ko.observable(Enums.SaveSettingsStep.Idle); this.isAnimationSupported = Globals.bAnimationSupported; + this.allowContacts = !!RL.settingsGet('ContactsIsAllowed'); } Utils.addSettingsViewModel(SettingsGeneral, 'SettingsGeneral', 'SETTINGS_LABELS/LABEL_GENERAL_NAME', 'general', true); diff --git a/package.json b/package.json index 1e818da26..d52e86f30 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "RainLoop", "title": "RainLoop Webmail", "version": "1.5.1", - "release": "555", + "release": "556", "description": "Simple, modern & fast web-based email client", "homepage": "http://rainloop.net", "main": "Gruntfile.js", diff --git a/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html b/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html index 97bfdf7d6..409a60b96 100644 --- a/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html +++ b/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html @@ -63,7 +63,7 @@ -
+