builds and works again
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
7731f5fbf6
commit
8812c70e17
2
main.go
2
main.go
|
@ -215,7 +215,7 @@ func mainMouseClick(b *gui.GuiButton) {
|
||||||
}
|
}
|
||||||
if (gui.Data.State == "splash") {
|
if (gui.Data.State == "splash") {
|
||||||
gw.MakeWindow = addSubdomainQuestionBox
|
gw.MakeWindow = addSubdomainQuestionBox
|
||||||
gui.ShowTab(gw, "Box2", "New Account?")
|
gw = gui.ShowTab(gw, "Box2", "New Account?")
|
||||||
gui.Data.State = "account1"
|
gui.Data.State = "account1"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue