Update UIWindow.js

This commit is contained in:
jelveh
2024-11-14 09:55:39 -08:00
parent 9d7987fae5
commit 9d40ad9b4e
+1 -1
View File
@@ -1103,7 +1103,7 @@ async function UIWindow(options) {
title="${html_encode(shared_user.name)}"
data-is_shared="1">
<img class="window-sidebar-item-icon" src="${html_encode(window.icons['shared-outline.svg'])}">${shared_user.name}
</div>`;
</div>`;
}
}
$(el_window).find('.window-sidebar').append(ht);