some lag fixes and begin work on jingle

This commit is contained in:
2026-05-07 09:16:38 +01:00
parent 82aa2abfbd
commit 9593e7c041
5 changed files with 95 additions and 20 deletions
+1
View File
@@ -163,6 +163,7 @@ func switchToTab(jid string, w *gtk.Window) {
photo := vcu.Photo
go func() {
new_im := getAvatar(u.From, photo)
glib.IdleAdd(func() {
userbox.Remove(default_av)
userbox.Prepend(new_im)