firefox enable tab groups

This commit is contained in:
EdenQwQ 2025-04-10 19:09:29 +08:00
parent 7542c1c49a
commit c73eff35be

View file

@ -6,6 +6,8 @@
settings = {
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.tabs.drawInTitlebar" = true;
"browser.tabs.groups.enabled" = true;
"browser.tabs.groups.smart.enabled" = true;
"svg.context-properties.content.enabled" = true;
};
};