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
b0654ebc32
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ const afterStoreSetup = ({ store, i18n }) => {
|
|||
copyInstanceOption('redirectRootNoLogin')
|
||||
copyInstanceOption('redirectRootLogin')
|
||||
copyInstanceOption('showInstanceSpecificPanel')
|
||||
copyInstanceOption('minimalScopesOptions')
|
||||
copyInstanceOption('minimalScopesMode')
|
||||
copyInstanceOption('formattingOptionsEnabled')
|
||||
copyInstanceOption('collapseMessageWithSubject')
|
||||
copyInstanceOption('loginMethod')
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
"noAttachmentLinks": false,
|
||||
"nsfwCensorImage": "",
|
||||
"showFeaturesPanel": true,
|
||||
"minimalScopesOptions": true
|
||||
"minimalScopesMode": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue