Bug 1656494 - Only show either the notification bar or modal for default browser prompt. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D87493
This commit is contained in:
Jared Wein 2020-08-23 22:24:28 +00:00
Родитель 80dedf4123
Коммит 1301397736
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -4614,7 +4614,12 @@ var DefaultBrowserCheck = {
}
let shouldCheck =
!AppConstants.DEBUG && ShellService.shouldCheckDefaultBrowser;
!AppConstants.DEBUG &&
ShellService.shouldCheckDefaultBrowser &&
!Services.prefs.getBoolPref(
"browser.defaultbrowser.notificationbar",
false
);
// Even if we shouldn't check the default browser, we still continue when
// isStartupCheck = true to set prefs and telemetry.