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

remove 5017: ui.submenuDelay #360 #337

This commit is contained in:
Thorin-Oakenpants 2018-02-19 12:24:28 +00:00 committed by GitHub
parent 3d5276484a
commit 5385b8c4ab
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1746,9 +1746,6 @@ user_pref("network.manage-offline-status", false);
// user_pref("toolkit.cosmeticAnimations.enabled", false);
/* 5016: disable reload/stop animation (FF56+) ***/
// user_pref("browser.stopReloadAnimation.enabled", true);
/* 5017: set submenu delay in milliseconds. 0=instant while a small number allows
* a mouse pass over menu items without any submenus alarmingly shooting out ***/
user_pref("ui.submenuDelay", 150); // (hidden pref)
/* 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) ***/