зеркало из https://github.com/mozilla/pjs.git
Bug 510418: Consider setting app.update.showInstalledUI to false in fennec's default prefs [r=mark.finkle]
This commit is contained in:
Родитель
856a5bbfc9
Коммит
d426692c0e
|
@ -191,6 +191,10 @@ pref("accessibility.typeaheadfind.casesensitive", 0);
|
|||
// zoom key(F7) conflicts with caret browsing on maemo
|
||||
pref("accessibility.browsewithcaret_shortcut.enabled", false);
|
||||
|
||||
// Whether or not we show a dialog box informing the user that the update was
|
||||
// successfully applied.
|
||||
pref("app.update.showInstalledUI", false);
|
||||
|
||||
// pointer to the default engine name
|
||||
pref("browser.search.defaultenginename", "chrome://browser/locale/region.properties");
|
||||
// SSL error page behaviour
|
||||
|
|
Загрузка…
Ссылка в новой задаче