mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Oneliner - userChrome.tab.one_line -> userChrome.tab.one_liner
This commit is contained in:
parent
0aef856efb
commit
046ab3b64a
4 changed files with 11 additions and 11 deletions
4
user.js
4
user.js
|
|
@ -98,8 +98,8 @@ user_pref("userChrome.tab.bottom_rounded_corner", true);
|
|||
// user_pref("userChrome.tab.on_bottom", true);
|
||||
// user_pref("userChrome.tab.on_bottom.above_bookmark", true); // Need on_bottom
|
||||
// user_pref("userChrome.tab.on_bottom.menubar_on_top", true); // Need on_bottom
|
||||
// user_pref("userChrome.tab.one_line", true);
|
||||
// user_pref("userChrome.tab.one_line.tabbar_first", true);
|
||||
// user_pref("userChrome.tab.one_liner", true);
|
||||
// user_pref("userChrome.tab.one_liner.tabbar_first", true);
|
||||
// user_pref("userChrome.tab.as_titlebar", true);
|
||||
// user_pref("userChrome.tab.always_show_tab_icon", true);
|
||||
// user_pref("userChrome.tab.close_button_at_pinned", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue