Fix: Unexpected Spelling in Theme Configuration Page, p=#10696

Co-authored-by: Mr. M <mr.m@tuta.com>
This commit is contained in:
alightsoulmate
2025-10-06 01:00:19 +08:00
committed by GitHub
parent f273cd8fd1
commit 2dd185288d
3 changed files with 11 additions and 3 deletions

View File

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