From 3252ed35f22b438c4991ee6e6d1714e884a1e41f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Oct 2021 01:37:37 -0500 Subject: DEBUG: add more debugging options --- gui-example/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui-example') diff --git a/gui-example/main.go b/gui-example/main.go index 1ff286d..5f34f98 100644 --- a/gui-example/main.go +++ b/gui-example/main.go @@ -34,8 +34,8 @@ func watchGUI() { for { log.Println("Waiting for customExit()", i) i += 1 - time.Sleep(time.Second) - if i == 3 { + time.Sleep(3 * time.Second) + if i == 2 { log.Println("Sending ExampleWindow to gui.Queue()") gui.Queue(gui.DebugWindow) } -- cgit v1.2.3