diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2021-01-13 11:19:49 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2021-01-13 11:19:49 -0500 |
commit | 2a7f601a0de1ddc6845752f3312b585de5366685 (patch) | |
tree | d5026ee0512cdda6e433f280a118b8a638bf7693 /app | |
parent | e5c130ae46d7e8a281412d22d1d3aecb0983fcac (diff) | |
download | iceweasel-uxp-2a7f601a0de1ddc6845752f3312b585de5366685.tar.gz |
Backport Basilisk [Tabbed browser] Pref detach&tear-off of tabs.
Diffstat (limited to 'app')
-rw-r--r-- | app/profile/iceweasel-uxp.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/profile/iceweasel-uxp.js b/app/profile/iceweasel-uxp.js index 23b4aaa..b0fbcef 100644 --- a/app/profile/iceweasel-uxp.js +++ b/app/profile/iceweasel-uxp.js @@ -406,6 +406,10 @@ pref("browser.tabs.delayHidingAudioPlayingIconMS", 3000); pref("browser.tabs.dontfocusfordialogs", true); +// Whether dragging a tab off the tab bar to tear it off into its own +// window is enabled. +pref("browser.tabs.allowTabDetach", true); + pref("browser.ctrlTab.previews", false); // By default, do not export HTML at shutdown. |