lel
This commit is contained in:
4
main.go
4
main.go
@@ -833,7 +833,7 @@ func main() {
|
|||||||
entry.Text = fmt.Sprintf("It is currently %s", time.Now().Format(time.RFC850))
|
entry.Text = fmt.Sprintf("It is currently %s", time.Now().Format(time.RFC850))
|
||||||
SendCallback()
|
SendCallback()
|
||||||
})
|
})
|
||||||
menu_jokes := fyne.NewMenu("δ", mycurrenttime, hafjag, hotfuck)
|
menu_jokes := fyne.NewMenu("Δ", mycurrenttime, hafjag, hotfuck)
|
||||||
bit := fyne.NewMenuItem("mark selected message as read", func() {
|
bit := fyne.NewMenuItem("mark selected message as read", func() {
|
||||||
selectedScroller, ok := AppTabs.Selected().Content.(*widget.List)
|
selectedScroller, ok := AppTabs.Selected().Content.(*widget.List)
|
||||||
if !ok {
|
if !ok {
|
||||||
@@ -924,7 +924,7 @@ func main() {
|
|||||||
tab := chatTabs[activeChatJid]
|
tab := chatTabs[activeChatJid]
|
||||||
UITab := UITabs[activeChatJid]
|
UITab := UITabs[activeChatJid]
|
||||||
if tab.isMuc {
|
if tab.isMuc {
|
||||||
chatInfo = *container.NewHBox(widget.NewLabel(tab.Muc.Addr().String()))
|
//chatInfo = *container.NewHBox(widget.NewLabel(tab.Muc.Addr().String()))
|
||||||
} else {
|
} else {
|
||||||
chatInfo = *container.NewHBox(widget.NewLabel(tab.Jid.String()))
|
chatInfo = *container.NewHBox(widget.NewLabel(tab.Jid.String()))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user