1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Move theme settings to a new tab

This commit is contained in:
Jorik Schellekens
2020-04-14 16:19:50 +01:00
parent 61f2e19d95
commit 269621ad24
3 changed files with 234 additions and 173 deletions

View File

@@ -81,7 +81,7 @@ export class ThemeWatcher {
}
getEffectiveTheme() {
// Dev note: Much of this logic is replicated in the GeneralUserSettingsTab
// Dev note: Much of this logic is replicated in the StyleUserSettingsTab
// XXX: checking the isLight flag here makes checking it in the ThemeController
// itself completely redundant since we just override the result here and we're