mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Drop Capa enums
This commit is contained in:
parent
f44507a69b
commit
874f2592ca
14 changed files with 42 additions and 64 deletions
|
|
@ -3,7 +3,7 @@ import { AccountUserStore } from 'Stores/User/Account';
|
|||
import { MessageUserStore } from 'Stores/User/Message';
|
||||
//import { FolderUserStore } from 'Stores/User/Folder';
|
||||
|
||||
import { Capa, Scope } from 'Common/Enums';
|
||||
import { Scope } from 'Common/Enums';
|
||||
import { settings } from 'Common/Links';
|
||||
|
||||
import { showScreenPopup } from 'Knoin/Knoin';
|
||||
|
|
@ -26,7 +26,7 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
|||
constructor() {
|
||||
super('SystemDropDown');
|
||||
|
||||
this.allowAccounts = SettingsCapa(Capa.AdditionalAccounts);
|
||||
this.allowAccounts = SettingsCapa('AdditionalAccounts');
|
||||
|
||||
this.accountEmail = AccountUserStore.email;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue