+ no tabs in titlebar

master
Dominika Liberda 2021-10-11 01:21:28 +02:00
parent 9072aa85b4
commit 4fe54f7ae2
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
// Sets up the .cfg file.
//Specifies the .cfg filename (path cannot be changed)
pref("general.config.filename", "librewolf.cfg");
pref("general.config.filename", "foxgirl.cfg");
//Allows .cfg file to be stored in plain text without obfuscation
pref("general.config.obscure_value", 0);
pref("general.config.obscure_value", 0);
pref("browser.tabs.drawInTitlebar", false);