diff options
| author | Jeff Carr <[email protected]> | 2025-03-04 04:29:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-04 04:29:27 -0600 |
| commit | 126b9a30a2ae8ec1aecd97b979923930b477f985 (patch) | |
| tree | e6806b033857ebbd92734b11405c04f13dfc3700 /init.go | |
| parent | 994449b1c2cae3d21b3395d67c0ec5ffbd37787b (diff) | |
faster is okay now
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ func toolkitInit() { w.dumpTree("MM") w.dumpWindows("WW") - time.Sleep(300 * time.Millisecond) + time.Sleep(100 * time.Millisecond) if toggle { toggle = false log.Info("gocui toolkitInit() put testing true stuff here") |
