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

View File

@@ -209,7 +209,7 @@ var gZenMarketplaceManager = {
for (const mod of Object.values(mods)) {
mod.modId = mod.id;
window.ZenInstallMod(mod);
await window.ZenInstallMod(mod);
}
} catch (error) {
console.error('[ZenSettings:ZenMods]: Error while importing mods:', error);

View File

@@ -435,6 +435,11 @@
#zen-glance-sidebar-split {
list-style-image: url('split.svg');
&[disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
}
#sidebar-box[sidebarcommand='viewTabsSidebar']