mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Small interface fixes
This commit is contained in:
parent
2052137eb1
commit
a5b63cc84b
4 changed files with 18 additions and 4 deletions
|
|
@ -56,6 +56,7 @@
|
|||
this.allowComposer = !!Settings.capa(Enums.Capa.Composer);
|
||||
this.allowMessageListActions = !!Settings.capa(Enums.Capa.MessageListActions);
|
||||
this.allowDangerousActions = !!Settings.capa(Enums.Capa.DangerousActions);
|
||||
this.allowFolders = !!Settings.capa(Enums.Capa.Folders);
|
||||
|
||||
this.popupVisibility = Globals.popupVisibility;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue