Added "hide_dangerous_actions" setting

This commit is contained in:
RainLoop Team 2014-08-12 19:19:39 +04:00
parent d79947259b
commit 4569190691
6 changed files with 10 additions and 4 deletions

View file

@ -12,6 +12,8 @@ function MailBoxMessageListViewModel()
this.bPrefetch = false;
this.emptySubjectValue = '';
this.hideDangerousActions = !!RL.settingsGet('HideDangerousActions');
var oData = RL.data();
this.popupVisibility = RL.popupVisibility;