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

@@ -174,7 +174,7 @@ func main() {
originator := jid.MustParse(m.From).Bare().String()
glib.IdleAdd(func() {
uiQueue <- func() {
//uiQueue <- func() {
b := gtk.NewBox(gtk.OrientationVertical, 0)
ba, ok := generateMessageWidget(p).(*gtk.Box)
if ok {
@@ -190,7 +190,7 @@ func main() {
} else {
fmt.Println("Got message when the tab does not exist!")
}
}
//}
})
})
@@ -230,7 +230,7 @@ func main() {
} else {
typed_unit.Members.Delete(ocu.ID)
glib.IdleAdd(func() {
uiQueue <- func() {
//uiQueue <- func() {
b := gtk.NewLabel("")
ba, ok := generatePresenceWidget(p).(*gtk.Label)
if ok {
@@ -246,7 +246,7 @@ func main() {
} else {
fmt.Println("Got message when the tab does not exist!")
}
}
//}
})
}