Synced workspaces across windows and also implemented MultiWindowFeatures

This commit is contained in:
mauro-balades
2024-10-01 23:21:40 +02:00
parent 4310143e79
commit 39caaf5caa
6 changed files with 7 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ var gZenMarketplaceManager = {
const themes = await ZenThemesCommon.getThemes();
const browser = ZenThemesCommon.currentBrowser;
const browser = ZenMultiWindowFeature.currentBrowser;
const themeList = document.createElement('div');