Format code
This commit is contained in:
6
main.go
6
main.go
@@ -201,8 +201,6 @@ func CreateUITab(chatJidStr string) ChatTabUI {
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
|
||||
scroller.OnSelected = func(id widget.ListItemID) {
|
||||
selectedId = id
|
||||
}
|
||||
@@ -655,7 +653,6 @@ func main() {
|
||||
}, w)
|
||||
})
|
||||
|
||||
|
||||
jtb := fyne.NewMenuItem("jump to bottom", func() {
|
||||
selectedScroller, ok := AppTabs.Selected().Content.(*widget.List)
|
||||
if !ok {
|
||||
@@ -790,7 +787,6 @@ func main() {
|
||||
}, w)
|
||||
})
|
||||
|
||||
|
||||
savedata := fyne.NewMenuItem("DEBUG: Save tab data to disk", func() {
|
||||
d := []ChatTab{}
|
||||
for _, v := range chatTabs {
|
||||
@@ -911,8 +907,6 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
tab := chatTabs[activeChatJid]
|
||||
UITab := UITabs[activeChatJid]
|
||||
if tab.isMuc {
|
||||
|
Reference in New Issue
Block a user