mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-11 14:28:40 +00:00
chore: Enable experimental settings page for Zen Labs
This commit is contained in:
@@ -154,6 +154,9 @@ pref('media.ffmpeg.vaapi.enabled', true);
|
||||
pref("dom.ipc.processPriorityManager.backgroundUsesEcoQoS", false);
|
||||
#endif
|
||||
|
||||
// Enable experimental settings page (Usef for Zen Labs)
|
||||
pref('browser.preferences.experimental', true);
|
||||
|
||||
#include better-fox.js
|
||||
|
||||
// Betterfox overrides (Stay below the include directive)
|
||||
|
||||
@@ -42,6 +42,7 @@ groupbox {
|
||||
|
||||
groupbox:has(+ script),
|
||||
groupbox:last-of-type,
|
||||
groupbox#pane-experimental-featureGates,
|
||||
groupbox:has(+ .subcategory) {
|
||||
border-bottom-left-radius: 5px !important;
|
||||
border-bottom-right-radius: 5px !important;
|
||||
|
||||
Reference in New Issue
Block a user