default sync to false on desktop
This commit is contained in:
parent
cc1a8ca4e8
commit
33d47d1d6d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const defaultState = {
|
|||
clientSettings: {
|
||||
// UX
|
||||
[SETTINGS.EMAIL_COLLECTION_ACKNOWLEDGED]: false,
|
||||
[SETTINGS.ENABLE_SYNC]: true,
|
||||
[SETTINGS.ENABLE_SYNC]: IS_WEB,
|
||||
|
||||
// UI
|
||||
[SETTINGS.LANGUAGE]: settingLanguage.find(language => SUPPORTED_LANGUAGES[language]),
|
||||
|
|
Loading…
Add table
Reference in a new issue