mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-04 06:08:31 +00:00
feat: Inherti the split view type when opening a new link, b=(no-bug), c=split-view
This commit is contained in:
@@ -50,3 +50,6 @@ pref("app.update.checkInstallTime.days", 6);
|
||||
// TODO: Check this out!
|
||||
pref("browser.profiles.enabled", false);
|
||||
pref("browser.tabs.groups.enabled", false);
|
||||
|
||||
// Open new download in the current tabs
|
||||
pref("browser.link.open_newwindow", 1);
|
||||
|
||||
@@ -22,7 +22,7 @@ pref('zen.mediacontrols.enabled', true);
|
||||
// Exposure:
|
||||
pref('zen.haptic-feedback.enabled', true);
|
||||
|
||||
pref('zen.mods.auto-update-days', 12); // In days
|
||||
pref('zen.mods.auto-update-days', 20); // In days
|
||||
#ifdef MOZILLA_OFFICIAL
|
||||
pref('zen.mods.auto-update', true);
|
||||
pref('zen.rice.api.url', 'https://share.zen-browser.app', locked);
|
||||
|
||||
Reference in New Issue
Block a user