continue to convert/pull stuff out of git.wit.com/gui

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-02 11:40:13 -07:00
parent c1e3a3b303
commit 575be8d6d6
1 changed files with 7 additions and 2 deletions

View File

@ -70,8 +70,13 @@ func splashClick(b *gui.GuiButton) {
return
}
// if there is not an account, then go to 'make account'
gw.MakeWindow = addSubdomainQuestionBox
gw = gui.ShowTab(gw, "Box22", "New Account?")
newGW := gui.InitGuiWindow(gui.Data.Config, "Box22", gw.MakeWindow, gw.UiWindow, gw.UiTab)
newGW.UiTab.Delete(0)
addSubdomainQuestionBox(newGW)
// gw.MakeWindow = addSubdomainQuestionBox
// window.MakeWindow(window)
// gui.ReplaceTab(gw, "Box22", "New Account?")
}
func addSubdomainQuestionBox(gw *gui.GuiWindow) *gui.GuiBox {