Hide "Automatically add recipients to your address beech" configuration on contacts disable

This commit is contained in:
RainLoop Team 2013-12-19 05:15:59 +04:00
parent 2d9ff7d63f
commit 2fe279e441
5 changed files with 5 additions and 3 deletions

View file

@ -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);