зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
80dedf4123
Коммит
1301397736
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче