Merge pull request #4822 from matrix-org/joriks/appearance-tab-compact-to-advanced

Move compact modern layout checkbox to 'advanced'
This commit is contained in:
Jorik Schellekens
2020-06-25 14:38:18 +01:00
committed by GitHub
6 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ export const SETTINGS = {
},
"useCompactLayout": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Use compact timeline layout'),
displayName: _td('Use a more compact Modern layout'),
default: false,
},
"showRedactions": {