From 25a6dad2789ff5c9425931b933ff3f55cebf1cba Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 04:31:13 -0600 Subject: good grief --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index c161498..ba69003 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ func main() { myGui.Default() autotypistWindow() - repoworld() + // repoworld() log.Sleep(.3) hidePerfect() gui.Watchdog() @@ -77,12 +77,12 @@ func autotypistWindow() { me.autotypistWindow = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.") me.autotypistWindow.Make() me.autotypistWindow.StandardExit() + me.autotypistWindow.Draw() box := me.autotypistWindow.Box() globalDisplayOptions(box) globalBuildOptions(box) globalResetOptions(box) - me.autotypistWindow.Draw() } -- cgit v1.2.3