Default value for getBoolPref API for fxtranslations.running.mochitest (#417)

This commit is contained in:
Abhishek Aggarwal 2022-06-24 21:23:58 +02:00 коммит произвёл GitHub
Родитель 9984ffeb53
Коммит ca744eab99
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -191,7 +191,7 @@ const translationNotificationManagers = new Map();
return Services.intl.getLanguageDisplayNames(undefined, [languageCode,])[0];
},
isMochitest: function isMochitest() {
const isMochitest = Services.prefs.getBoolPref("fxtranslations.running.mochitest");
const isMochitest = Services.prefs.getBoolPref("fxtranslations.running.mochitest", false);
return isMochitest;
},
onTranslationRequest: new ExtensionCommon.EventManager({