mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
|
|
@ -13420,6 +13420,8 @@ function MailBoxMessageListViewModel()
|
|||
this.bPrefetch = false;
|
||||
this.emptySubjectValue = '';
|
||||
|
||||
this.hideDangerousActions = !!RL.settingsGet('HideDangerousActions');
|
||||
|
||||
var oData = RL.data();
|
||||
|
||||
this.popupVisibility = RL.popupVisibility;
|
||||
|
|
|
|||
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue