Update watermark preference based on build type and enhance URL bar positioning

This commit is contained in:
mr. M
2024-11-30 18:59:47 +01:00
parent 4b6f5282b4
commit c8e44703d5
4 changed files with 11 additions and 3 deletions

View File

@@ -173,7 +173,11 @@ pref('zen.essentials.enabled', true);
pref('zen.workspaces.container-specific-essentials-enabled', false);
// Zen Watermark
#ifdef MOZILLA_OFFICIAL
pref('zen.watermark.enabled', true, sticky);
#else
pref('zen.watermark.enabled', false, sticky);
#endif
// Smooth scrolling
pref('apz.overscroll.enabled', true); // not DEFAULT on Linux