mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-09 05:18:40 +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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user