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;
}
}