Merge pull request #2773 from GunGunGun/patch-6

Support URL to FAQ
This commit is contained in:
mr. m 🤙
2024-11-09 18:04:30 +01:00
committed by GitHub

View File

@@ -285,3 +285,6 @@ pref('browser.download.autohideButton', false);
#ifdef XP_MACOSX
pref('widget.macos.titlebar-blend-mode.behind-window', true);
#endif
// Support URL to FAQ
pref('app.support.baseURL', 'https://docs.zen-browser.app/faq');