1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Pesky Aug 2021b (#31)

commented out browser.tabs.loadBookmarksInBackground
This commit is contained in:
yokoffing
2021-08-03 18:18:47 -04:00
committed by GitHub
parent 52fba917b1
commit a69173cada
+1 -1
View File
@@ -314,7 +314,7 @@ user_pref("browser.tabs.loadInBackground", true); // default
// user_pref("browser.tabs.loadDivertedInBackground", false); // default
// PREF: load bookmarks in the background using Bookmarks Menu
user_pref("browser.tabs.loadBookmarksInBackground", true);
// user_pref("browser.tabs.loadBookmarksInBackground", true);
// PREF: load bookmarks in tabs, not separate windows
user_pref("browser.tabs.loadBookmarksInTabs", true);
// PREF: leave Bookmarks Menu open when selecting a site