From 829438a3a53f4185d75bf0d82c937ce79ff381ed Mon Sep 17 00:00:00 2001 From: sunglocto Date: Fri, 8 Aug 2025 11:24:36 +0100 Subject: [PATCH] lel --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 6934072..f9bd55b 100644 --- a/main.go +++ b/main.go @@ -833,7 +833,7 @@ func main() { entry.Text = fmt.Sprintf("It is currently %s", time.Now().Format(time.RFC850)) SendCallback() }) - menu_jokes := fyne.NewMenu("δ", mycurrenttime, hafjag, hotfuck) + menu_jokes := fyne.NewMenu("Δ", mycurrenttime, hafjag, hotfuck) bit := fyne.NewMenuItem("mark selected message as read", func() { selectedScroller, ok := AppTabs.Selected().Content.(*widget.List) if !ok { @@ -924,7 +924,7 @@ func main() { tab := chatTabs[activeChatJid] UITab := UITabs[activeChatJid] if tab.isMuc { - chatInfo = *container.NewHBox(widget.NewLabel(tab.Muc.Addr().String())) + //chatInfo = *container.NewHBox(widget.NewLabel(tab.Muc.Addr().String())) } else { chatInfo = *container.NewHBox(widget.NewLabel(tab.Jid.String())) }