1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-29 03:21:38 +02:00

remove 5020 #360

"remove 5020 because the values we set are the default values in Mac + Windows. Linux sets it the other way around: false+true instead of true+false"
This commit is contained in:
Thorin-Oakenpants 2018-03-02 03:13:39 +00:00 committed by GitHub
parent 6b691ae7e3
commit ec687cad75
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1744,9 +1744,6 @@ user_pref("network.manage-offline-status", false);
// user_pref("toolkit.cosmeticAnimations.enabled", false);
/* 5018: set maximum number of daily bookmark backups to keep (default is 15) ***/
user_pref("browser.bookmarks.max_backups", 2);
/* 5020: control urlbar click behaviour (with defaults) ***/
user_pref("browser.urlbar.clickSelectsAll", true);
user_pref("browser.urlbar.doubleClickSelectsAll", false);
/* 5023: enable "Find As You Type"
* [1] http://kb.mozillazine.org/Accessibility.typeaheadfind ***/
// user_pref("accessibility.typeaheadfind", true);