This commit is contained in:
2026-02-28 16:24:37 +00:00
parent 0ac43946b1
commit bf1685a382
7 changed files with 23 additions and 8 deletions

View File

@@ -260,6 +260,9 @@ func switchToTab(jid string, w *gtk.Window) {
headerBox.Append(gtk.NewLabel(fmt.Sprintf("%d participant(s)", i)))
gen.Prepend(headerBox)
muci := getAvatar(jid, jid)
muci.SetPixelSize(80)
gen.Prepend(muci)
memberList.SetChild(gen)
} else {
memberList.SetChild(gtk.NewLabel(jid))