builds and works again

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-01 15:38:32 -07:00
parent 7731f5fbf6
commit 8812c70e17
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func mainMouseClick(b *gui.GuiButton) {
}
if (gui.Data.State == "splash") {
gw.MakeWindow = addSubdomainQuestionBox
gui.ShowTab(gw, "Box2", "New Account?")
gw = gui.ShowTab(gw, "Box2", "New Account?")
gui.Data.State = "account1"
return
}