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

Bugfix & clearer setting name

This commit is contained in:
David Baker
2019-11-20 16:12:14 +00:00
parent 518130c912
commit e36f4375b0
3 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ export class ThemeWatcher {
}
isSystemThemeSupported() {
return this._preferDark || this._preferLight;
return this._preferDark.matches || this._preferLight.matches;
}
}