mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix(zenThemes): themes not being updated in other windows
This commit is contained in:
@@ -105,9 +105,9 @@ var gZenMarketplaceManager = {
|
||||
|
||||
console.log('[ZenThemeMarketplaceParent:settings]: Building themes list');
|
||||
|
||||
let themes = await ZenThemesCommon.getThemes();
|
||||
const themes = await ZenThemesCommon.getThemes();
|
||||
|
||||
const browser = ZenThemesCommon.getBrowser();
|
||||
const browser = ZenThemesCommon.currentBrowser;
|
||||
|
||||
const themeList = document.createElement('div');
|
||||
|
||||
@@ -791,5 +791,5 @@ Preferences.addAll([
|
||||
id: 'zen.workspaces.show-icon-strip',
|
||||
type: 'bool',
|
||||
default: true,
|
||||
}
|
||||
},
|
||||
]);
|
||||
|
Reference in New Issue
Block a user