Enable firefox tab groups

This commit is contained in:
SebastianStork 2025-03-02 18:59:02 +01:00
parent e094f112bf
commit 8c78161ca6

View file

@ -21,4 +21,5 @@ in
pref("signon.rememberSignons", false);
pref("extensions.formautofill.creditCards.enabled", false);
pref("browser.tabs.loadBookmarksInBackground", true);
pref("browser.tabs.groups.enabled", true);
''