fixed. the control panel works again

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-03 22:00:37 -07:00
parent 90f3213d4a
commit 1006347624
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
0.6.5
0.6.7

View File

@ -75,6 +75,8 @@ func createAccount(gw *gui.GuiWindow) {
box := initWindow(gw, "Create New Account", gui.Yaxis)
if (box == nil) { return }
gw = box.Window
// make a place for someone to enter their subdomain
hardXbox := gui.HardBox(gw, gui.Xaxis, "subdomain test")
makeButton(hardXbox, nil, nil, "Generate a Subdomain", "SUBDOMAIN", generateSubdomain)