parent
f025c96b94
commit
b3c77d26bd
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.MakeTab = addSubdomainQuestionBox
|
gw.MakeTab = addSubdomainQuestionBox
|
||||||
gui.ShowAccountQuestionTab(gw)
|
gui.ShowTab(gw, "Box2", "New Account?")
|
||||||
gui.Data.State = "account1"
|
gui.Data.State = "account1"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue