Bug 1697467 - Fix a typo, I don't know how to boolean.

MANUAL PUSH: Orange in a CLOSED TREE.
This commit is contained in:
Emilio Cobos Álvarez 2021-03-12 17:23:48 +01:00
Родитель 1c682d57a9
Коммит 874e31c45f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -715,7 +715,7 @@ static bool ShouldUseStandinsForNativeColorForNonNativeTheme(
case ColorID::Field:
case ColorID::Fieldtext:
return PreferenceSheet::PrefsFor(aDoc).mUseAccessibilityTheme;
return !PreferenceSheet::PrefsFor(aDoc).mUseAccessibilityTheme;
default:
break;