diff options
| author | Jeff Carr <[email protected]> | 2021-10-09 07:13:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-09 07:13:58 -0500 |
| commit | e45a106d95e3043828735cf76aa487af837a2137 (patch) | |
| tree | 443cc8be2244c1caa5a0371ad78ace8210ba601c /gui-example/main.go | |
| parent | 663b031c8f22f3c58de29410c9764abf2f29b095 (diff) | |
NODE: walking around in the rabbit hole
Diffstat (limited to 'gui-example/main.go')
| -rw-r--r-- | gui-example/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-example/main.go b/gui-example/main.go index 5f34f98..cba4545 100644 --- a/gui-example/main.go +++ b/gui-example/main.go @@ -34,7 +34,7 @@ func watchGUI() { for { log.Println("Waiting for customExit()", i) i += 1 - time.Sleep(3 * time.Second) + time.Sleep(1 * time.Second) if i == 2 { log.Println("Sending ExampleWindow to gui.Queue()") gui.Queue(gui.DebugWindow) |
