Update zen-components subproject commit

This commit is contained in:
Mauro Balades
2024-08-17 17:07:06 +02:00
parent eea7e43ff8
commit ca6f3d882c
7 changed files with 191 additions and 20 deletions

View File

@@ -80,6 +80,9 @@ var ZenThemeModifier = {
},
_updateZenAvatar() {
if (typeof ProfileService === "undefined") {
return;
}
const mainWindowEl = document.documentElement;
// Dont override the sync avatar if it's already set
if (mainWindowEl.style.hasOwnProperty("--avatar-image-url")) {