mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1328913 - Pref-off Search Reset UI for beta and release, r=past.
This commit is contained in:
parent
c3cda2a39a
commit
a95e6c4714
@ -387,7 +387,9 @@ pref("browser.search.context.loadInBackground", false);
|
||||
// comma seperated list of of engines to hide in the search panel.
|
||||
pref("browser.search.hiddenOneOffs", "");
|
||||
|
||||
#ifndef RELEASE_OR_BETA
|
||||
pref("browser.search.reset.enabled", true);
|
||||
#endif
|
||||
|
||||
pref("browser.sessionhistory.max_entries", 50);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user