you need a man, with, sen-si-ti-vi-ty. a man like me

This commit is contained in:
2026-08-07 12:50:35 +01:00
parent 2794adaa21
commit 0179d614b9
3 changed files with 28 additions and 16 deletions
+5 -1
View File
@@ -317,6 +317,7 @@ func main() {
if valid && converted_successfully {
typed_tab.msgs.Append(b)
b.Append(ba)
b.Append(gtk.NewSeparator(gtk.OrientationVertical))
}
})
})
@@ -404,6 +405,7 @@ func main() {
typed_tab := tab.(*chatTab)
if ok {
b.Append(gtk.NewSeparator(gtk.OrientationVertical))
typed_tab.msgs.Append(b)
if current == muc {
scrollToBottomAfterUpdate(scroller)
@@ -448,6 +450,9 @@ func main() {
cm := xmpp.NewStreamManager(c, func(c xmpp.Sender) {
fmt.Println("XMPP client connected")
// client = c
// clientroot = c
// Ping
go func() {
for {
@@ -730,7 +735,6 @@ func main() {
})
conc := func() {
// time.Sleep(3 * time.Second)
connectionStatus.SetText(loadedLocale["connecting"])
connectionIcon.SetFromPaintable(clientAssetsLoad("hourglass"))