This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-09-08 03:52:11 +00:00
parent 567a082fda
commit c028b505c9
3 changed files with 4 additions and 4 deletions

View File

@@ -1243,7 +1243,7 @@ var getModelShort = (m) => {
var reflectActiveSune = async () => {
const a = SUNE.active;
el.suneBtnTop.title = `Settings — ${a.name}`;
el.suneBtnTop.innerHTML = a.avatar ? `<img src="${esc(a.avatar)}" alt="" class="h-8 w-8 rounded-full object-cover"/>` : "✺";
el.suneBtnTop.innerHTML = a.avatar ? `<img src="${esc(a.avatar)}" alt="" class="h-9 w-9 rounded-full object-cover"/>` : "✺";
el.footer.classList.toggle("hidden", !!a.settings.hide_composer);
await renderSuneHTML();
icons();