good grief

This commit is contained in:
Jeff Carr 2024-01-17 04:31:13 -06:00
parent 6207a0fb60
commit 25a6dad278
2 changed files with 2 additions and 2 deletions

View File

@ -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()
}

BIN
myrepos

Binary file not shown.