continue to convert/pull stuff out of git.wit.com/gui
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
c1e3a3b303
commit
575be8d6d6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue