mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Added "hide_dangerous_actions" setting
This commit is contained in:
parent
d79947259b
commit
4569190691
6 changed files with 10 additions and 4 deletions
|
|
@ -12,6 +12,8 @@ function MailBoxMessageListViewModel()
|
|||
this.bPrefetch = false;
|
||||
this.emptySubjectValue = '';
|
||||
|
||||
this.hideDangerousActions = !!RL.settingsGet('HideDangerousActions');
|
||||
|
||||
var oData = RL.data();
|
||||
|
||||
this.popupVisibility = RL.popupVisibility;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue