Add setting to disable TagPanel
This commit is contained in:
parent
1ac62a17ff
commit
27c71f15b9
2 changed files with 6 additions and 0 deletions
|
@ -188,6 +188,11 @@ export const SETTINGS = {
|
|||
displayName: _td('Mirror local video feed'),
|
||||
default: false,
|
||||
},
|
||||
"TagPanel.disableTagPanel": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Disable Community Filter Panel'),
|
||||
default: false,
|
||||
},
|
||||
"theme": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
default: "light",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue