feat: Inherti the split view type when opening a new link, b=(no-bug), c=split-view

This commit is contained in:
mr. m
2025-05-28 14:17:20 +02:00
parent 18944d5ed8
commit 21f3ab23d3
5 changed files with 18 additions and 6 deletions

View File

@@ -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);

View File

@@ -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);