parent
d1dafb54dd
commit
74f28daf0a
4
main.go
4
main.go
|
@ -225,14 +225,14 @@ func mainMouseClick(b *gui.GuiButton) {
|
|||
gui.Data.State = "done"
|
||||
return
|
||||
} else if (gui.Data.State == "account1") {
|
||||
gui.ShowAccountTab(gw, 0)
|
||||
// gui.ShowAccountTab(gw, 0)
|
||||
gui.Data.State = "main"
|
||||
return
|
||||
}
|
||||
} else if (b.Action == "ADD TAB") {
|
||||
log.Println("\tADD TAB TRY b.Action = ", b.Action)
|
||||
log.Println("\tADD TAB TRY gui.ShowAccountTab(-1)")
|
||||
gui.ShowAccountTab(gw, -1)
|
||||
// gui.ShowAccountTab(gw, -1)
|
||||
gui.Data.State = "done"
|
||||
return
|
||||
} else if (b.Action == "QUIT") {
|
||||
|
|
Loading…
Reference in New Issue