diff options
| -rw-r--r-- | main.go | 4 | ||||
| -rwxr-xr-x | myrepos | bin | 5544792 -> 0 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -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() } diff --git a/myrepos b/myrepos Binary files differdeleted file mode 100755 index 9d86e37..0000000 --- a/myrepos +++ /dev/null |
