format code

This commit is contained in:
2026-02-16 09:54:37 +00:00
parent e026e777f6
commit a7a49f7441
5 changed files with 21 additions and 27 deletions

View File

@@ -91,9 +91,9 @@ func switchToTab(jid string, w *gtk.Window) {
ok := u.Get(&hats)
if ok {
for _, hat := range hats.Hats {
tag := gtk.NewImageFromPaintable(clientAssets["tag"])
tag.SetTooltipText(hat.Title)
userbox.Prepend(tag)
tag := gtk.NewImageFromPaintable(clientAssets["tag"])
tag.SetTooltipText(hat.Title)
userbox.Prepend(tag)
}
}
@@ -104,9 +104,6 @@ func switchToTab(jid string, w *gtk.Window) {
medal.SetHExpand(true)
userbox.Append(medal)
gesture := gtk.NewGestureClick()
gesture.SetButton(3) // Right click