mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Remove IsExternal
Signed-off-by: Akhil <akhil@e.email>
This commit is contained in:
parent
cdaa4b1434
commit
0c9e4717a3
8 changed files with 1 additions and 25 deletions
|
|
@ -4,7 +4,7 @@ import { ThemeStore } from 'Stores/Theme';
|
|||
import { arePopupsVisible } from 'Knoin/Knoin';
|
||||
|
||||
export const AppUserStore = {
|
||||
allowContacts: () => !!SettingsGet('contactsAllowed') && !!SettingsGet('contactsExternal')
|
||||
allowContacts: () => !!SettingsGet('contactsAllowed')
|
||||
};
|
||||
|
||||
addObservablesTo(AppUserStore, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue