Fix styling of setting flag descriptions in preferences
and add description to spaces all/home setting and make it an account setting rather than device one and hide it from the Beta card
This commit is contained in:
parent
776435f620
commit
07b9d6b30b
4 changed files with 20 additions and 4 deletions
|
@ -179,9 +179,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
feedbackSubheading: _td("Your feedback will help make spaces better. " +
|
||||
"The more detail you can go into, the better."),
|
||||
feedbackLabel: "spaces-feedback",
|
||||
extraSettings: [
|
||||
"Spaces.all_rooms_in_home",
|
||||
],
|
||||
},
|
||||
},
|
||||
"feature_dnd": {
|
||||
|
@ -753,7 +750,8 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
},
|
||||
"Spaces.all_rooms_in_home": {
|
||||
displayName: _td("Show all rooms in Home"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
description: _td("All rooms you're in will appear in Home."),
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
default: false,
|
||||
},
|
||||
[UIFeature.RoomHistorySettings]: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue