This commit is contained in:
2026-03-17 18:56:02 +00:00

View File

@@ -397,13 +397,13 @@ func switchToTab(jid string, w *gtk.Window) {
im.AddCSSClass("author_img")
profile_box.Prepend(im)
} else {
im := newImageFromPath("debug.png")
im := gtk.NewImageFromPaintable(clientAssets["DefaultAvatar"])
im.SetPixelSize(80)
im.AddCSSClass("author_img")
profile_box.Prepend(im)
}
} else {
im := newImageFromPath("debug.png")
im := gtk.NewImageFromPaintable(clientAssets["DefaultAvatar"])
im.SetPixelSize(80)
im.AddCSSClass("author_img")
profile_box.Prepend(im)