firefox: no need to force dark theme, the chosen them already does that

This commit is contained in:
Vincent Bernat 2021-04-07 16:07:19 +02:00
parent b2af5dfdc8
commit 18456bb1a9

View file

@ -8,9 +8,6 @@ user_pref("ui.context_menus.after_mouseup", true);
// Don't display menubar when pressing Alt
user_pref("ui.key.menuAccessKeyFocuses", false);
// Dark theme
user_pref("ui.systemUsesDarkTheme", 1);
// No popup at all!
user_pref("browser.link.open_newwindow.restriction", 0);