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