right-click menus alongside other changes

This commit is contained in:
2026-02-01 18:16:55 +00:00
parent 067a74e157
commit ac013e7969
4 changed files with 51 additions and 19 deletions

View File

@@ -121,6 +121,8 @@ func switchToTab(jid string, w *gtk.Window) {
if mu.MucUserItem.JID != "" {
profile_box.Append(gtk.NewLabel(mu.MucUserItem.JID))
}
profile_box.Append(gtk.NewLabel("Connected with role " + mu.MucUserItem.Role))
profile_box.Append(gtk.NewLabel("Affiliated as " + mu.MucUserItem.Affiliation))
}
go func() {