Add blocking, add note to self to tabs and add snit's default avatar img

This commit is contained in:
2026-07-30 01:39:31 +01:00
parent b07f92853d
commit 7a822e8eaf
6 changed files with 114 additions and 29 deletions
+6
View File
@@ -52,6 +52,12 @@ func showUserWindow(u stanza.Presence, custom_nick string) {
status_message.AddCSSClass("status")
profile_box.Append(status_message)
}
if loadedConfig.BlockingOI[ocu.ID] {
blocked_note := gtk.NewLabel("You have blocked this user!")
blocked_note.AddCSSClass("blocked")
profile_box.Prepend(blocked_note)
}
profile_box.Append(ver_text)
fr := gtk.NewLabel(u.From)
fr.AddCSSClass("jid")