This commit is contained in:
2026-03-15 16:14:27 +00:00
parent d5981b7475
commit 60d6a287e5

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)