Merge branch 'minimal-scopes-mode' into shigusegubu
* minimal-scopes-mode: Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
This commit is contained in:
commit
749c44c6ff
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const defaultState = {
|
||||||
subjectLineBehavior: undefined, // instance default
|
subjectLineBehavior: undefined, // instance default
|
||||||
alwaysShowSubjectInput: undefined, // instance default
|
alwaysShowSubjectInput: undefined, // instance default
|
||||||
postContentType: undefined, // instance default
|
postContentType: undefined, // instance default
|
||||||
minimalScopesMode: false
|
minimalScopesMode: undefined // instance default
|
||||||
}
|
}
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue