this commit was sponsored by mizkif

This commit is contained in:
2026-07-14 16:25:18 +01:00
parent 7c19abb6ae
commit ede81d551c
6 changed files with 84 additions and 11 deletions
+4 -1
View File
@@ -573,7 +573,10 @@ func switchToTab(jid string, w *gtk.Window) {
}))
headerBox := gtk.NewBox(gtk.OrientationHorizontal, 0)
if i >= 500 {
if i >= 1000 {
headerBox.Append(gtk.NewImageFromPaintable(clientAssetsLoad("solar")))
} else if i >= 500 {
headerBox.Append(gtk.NewImageFromPaintable(clientAssetsLoad("world")))
} else if i >= 50 {
headerBox.Append(gtk.NewImageFromPaintable(clientAssetsLoad("large_group")))