feat: Open the icons on the label element, b=no-bug, c=folders

This commit is contained in:
Mr. M
2025-08-06 23:16:15 +02:00
parent 7afc934919
commit 75227b7a42

View File

@@ -817,7 +817,7 @@
if (!group) return;
gZenEmojiPicker
.open(group, { onlySvgIcons: true })
.open(group.labelElement, { onlySvgIcons: true })
.then((icon) => {
this.setFolderUserIcon(group, icon);
group.dispatchEvent(new CustomEvent('ZenFolderIconChanged', { bubbles: true }));