mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-31 21:01:55 +00:00
Fix: Unexpected Spelling in Theme Configuration Page, p=#10696
Co-authored-by: Mr. M <mr.m@tuta.com>
This commit is contained in:
@@ -1192,7 +1192,7 @@
|
||||
}
|
||||
|
||||
shouldBeDarkMode(accentColor) {
|
||||
if (Services.prefs.getBoolPref('zen.theme.use-sysyem-colors')) {
|
||||
if (Services.prefs.getBoolPref('zen.theme.use-system-colors')) {
|
||||
return this.isDarkMode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user