this commit was sponsored by mizkif
This commit is contained in:
+4
-1
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user