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