diff --git a/src/browser/app/profile/features/mods.inc b/src/browser/app/profile/features/mods.inc index 7d42013f..862ac5fb 100644 --- a/src/browser/app/profile/features/mods.inc +++ b/src/browser/app/profile/features/mods.inc @@ -6,7 +6,7 @@ pref('zen.mods.updated-value-observer', false); pref('zen.mods.auto-update-days', 20); // In days -#ifndef MOZILLA_OFFICIAL +#ifdef MOZILLA_OFFICIAL pref('zen.mods.auto-update', true); pref('zen.rice.api.url', 'https://share.zen-browser.app', locked); pref('zen.injections.match-urls', 'https://zen-browser.app/*,https://share.zen-browser.app/*', locked);