Don't force CSD on user.js

fix #194
This commit is contained in:
Rafael Mardojai CM 2021-05-15 08:45:53 -05:00
parent f6cccce3d8
commit 05ae3d960c
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@
// Enable customChrome.css
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Enable CSD
user_pref("browser.tabs.drawInTitlebar", true);
// Set UI density to normal
user_pref("browser.uidensity", 0);