mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Draw in titlebar - make to option #281
I think draw in titlebar is better defaults However, I disabled it for user options.
This commit is contained in:
parent
6d827a9d1e
commit
3171b97264
1 changed files with 4 additions and 3 deletions
7
user.js
7
user.js
|
|
@ -1,7 +1,4 @@
|
|||
// ** Theme Related Options ****************************************************
|
||||
// Draw in Titlebar
|
||||
user_pref("browser.tabs.drawInTitlebar", true);
|
||||
|
||||
// userchrome.css usercontent.css activate
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
|
|
@ -35,3 +32,7 @@ user_pref("browser.urlbar.suggest.calculator", true);
|
|||
|
||||
// Integrated unit convertor at urlbar
|
||||
// user_pref("browser.urlbar.unitConversion.enabled", true);
|
||||
|
||||
// Draw in Titlebar
|
||||
// user_pref("browser.tabs.drawInTitlebar", true);
|
||||
// user_pref("browser.tabs.inTitlebar", 1); // Nightly, 96 Above
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue