Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/15174
Conflicts: src/settings/Settings.ts src/settings/UIFeature.ts
This commit is contained in:
commit
a784e29622
11 changed files with 79 additions and 46 deletions
|
@ -618,6 +618,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
[UIFeature.Widgets]: {
|
||||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
},
|
||||
[UIFeature.Feedback]: {
|
||||
supportedLevels: LEVELS_UI_FEATURE,
|
||||
default: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue