mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Simplify AppUserStore.contactsIsAllowed
This commit is contained in:
parent
8157692a29
commit
676de1ed23
6 changed files with 6 additions and 12 deletions
|
|
@ -125,7 +125,7 @@ class ComposePopupView extends AbstractViewPopup {
|
|||
|
||||
this.sLastFocusedField = 'to';
|
||||
|
||||
this.allowContacts = AppUserStore.contactsIsAllowed();
|
||||
this.allowContacts = AppUserStore.allowContacts();
|
||||
|
||||
this.bSkipNextHide = false;
|
||||
this.editorDefaultType = SettingsUserStore.editorDefaultType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue