mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
firefox: remove version number for allowTabDetach
I did check it works with Firefox 74.
This commit is contained in:
parent
6adab7dda3
commit
8dbbf54daa
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ user_pref("browser.backspace_action", 0);
|
||||||
|
|
||||||
// Ctrl-Tab should not use recent order (it's confusing for me)
|
// Ctrl-Tab should not use recent order (it's confusing for me)
|
||||||
user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
||||||
// Don't allow detaching a tab by pulling it (from Firefox 74)
|
// Don't allow detaching a tab by pulling it
|
||||||
user_pref("browser.tabs.allowTabDetach", false);
|
user_pref("browser.tabs.allowTabDetach", false);
|
||||||
|
|
||||||
// Don't display fullscreen warning
|
// Don't display fullscreen warning
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue