Bugfix & clearer setting name
This commit is contained in:
parent
518130c912
commit
e36f4375b0
3 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@ export class ThemeWatcher {
|
|||
}
|
||||
|
||||
isSystemThemeSupported() {
|
||||
return this._preferDark || this._preferLight;
|
||||
return this._preferDark.matches || this._preferLight.matches;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue