Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-01 03:39:23 -07:00
parent f025c96b94
commit b3c77d26bd
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.MakeTab = addSubdomainQuestionBox
gui.ShowAccountQuestionTab(gw)
gui.ShowTab(gw, "Box2", "New Account?")
gui.Data.State = "account1"
return
}