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
+4 -2
View File
@@ -261,7 +261,7 @@ func createTab(jid string, isMuc bool, name string) bool {
glib.IdleAdd(func() {
newTab.msgs.SetVExpand(true)
newTab.msgs.SetShowSeparators(true)
newTab.msgs.Append(gtk.NewButtonWithLabel(loadedLocale["getPastMessages"]))
// newTab.msgs.Append(gtk.NewButtonWithLabel(loadedLocale["getPastMessages"]))
})
newTab.name = name
@@ -692,7 +692,9 @@ func showErrorDialog(err error, w *gtk.Window) {
func createIdenticon(word string, always_create bool, i *gtk.Image) { // This function generates an identicon
if !loadedConfig.Identicons && !always_create {
// return gtk.NewImageFromPaintable(clientAssetsLoad("DefaultAvatar"))
i.SetFromPaintable(clientAssetsLoad("DefaultAvatar"))
glib.IdleAdd(func() {
i.SetFromPaintable(clientAssetsLoad("DefaultAvatar"))
})
return
}