Small interface fixes

This commit is contained in:
RainLoop Team 2016-05-10 23:22:56 +03:00
parent 2052137eb1
commit a5b63cc84b
4 changed files with 18 additions and 4 deletions

View file

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