Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zen-browser/desktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0daf3febf3d83e0641810d62d97633794f19c6d8
Choose a base ref
..
head repository: zen-browser/desktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1d750aaf74e87f61c1a469a17bed25b7d9b0e7a
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/browser/app/profile/zen-browser.js
3 changes: 3 additions & 0 deletions src/browser/app/profile/zen-browser.js
Original file line number Diff line number Diff line change
@@ -181,6 +181,9 @@ pref('zen.essentials.enabled', true);
// Zen Watermark
pref('zen.watermark.enabled', true, sticky);

// Zen Urlbar
pref('zen.urlbar.disable-initial-focus', false);

// Smooth scrolling
pref('apz.overscroll.enabled', true); // not DEFAULT on Linux
pref('general.smoothScroll', true); // DEFAULT