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

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