mirror of
https://github.com/sune-org/sune.git
synced 2026-09-18 04:45:42 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -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-9 w-9 rounded-full object-cover"/>` : "✺";
|
||||
el.suneBtnTop.innerHTML = a.avatar ? `<img src="${esc(a.avatar)}" alt="" class="h-10 w-10 rounded-full object-cover"/>` : "✺";
|
||||
el.footer.classList.toggle("hidden", !!a.settings.hide_composer);
|
||||
await renderSuneHTML();
|
||||
icons();
|
||||
Reference in New Issue
Block a user