зеркало из https://github.com/mozilla/gecko-dev.git
Bug 137440 - download manager should appear by default, rather than separate progress dialogs (except on mac, until 132027 is fixed). Checking in for blake. r=hixie, sr=ben.
This commit is contained in:
Родитель
53d894ca96
Коммит
04d22d91a0
|
@ -191,3 +191,9 @@ pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
|
|||
// This indicates whether it should use the native dialog or the XP Dialog
|
||||
pref("print.use_native_print_dialog", true);
|
||||
|
||||
// determines the behavior upon starting a download.
|
||||
// 0 - open the download manager
|
||||
// 1 - open a progress dialog
|
||||
// 2 - do nothing
|
||||
|
||||
pref("browser.downloadmanager.behavior", 1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче