mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-03 12:02:38 +00:00
chore: Enable experimental settings page for Zen Labs
This commit is contained in:
7
.github/workflows/windows-alpha-build.yml
vendored
7
.github/workflows/windows-alpha-build.yml
vendored
@@ -136,6 +136,13 @@ jobs:
|
||||
with:
|
||||
path: ~/artifact
|
||||
|
||||
- name: Show artifact info
|
||||
if: ${{ !inputs.generate-gpo }}
|
||||
run: |
|
||||
ls ~/artifact
|
||||
ls ~/artifact/en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log
|
||||
ls ~/artifact/merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata
|
||||
|
||||
- name: Import
|
||||
env:
|
||||
SURFER_COMPAT: ${{ matrix.generic == true }}
|
||||
|
||||
@@ -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