diff options
| author | eugenijm <eugenijm@protonmail.com> | 2019-05-07 19:13:45 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2019-05-07 19:13:45 +0300 |
| commit | 4af343374af30d781dd6b7a5298928339f6a425d (patch) | |
| tree | 7b9c5b1371ff6c82bdf0e2407f7190458363e7f0 /src/modules/config.js | |
| parent | befaa477a39234b9455faebfe54e90569013ebd0 (diff) | |
Move scope visibility notice to the status form, make it dismissible
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 1666a2c5..88969a97 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -30,6 +30,7 @@ const defaultState = { muteWords: [], highlight: {}, interfaceLanguage: browserLocale, + hideScopeNotice: false, scopeCopy: undefined, // instance default subjectLineBehavior: undefined, // instance default alwaysShowSubjectInput: undefined, // instance default |
