diff --git a/main.go b/main.go index 3db0990..0b883e9 100644 --- a/main.go +++ b/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") {