summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 14:41:03 -0600
committerJeff Carr <[email protected]>2024-01-03 14:41:03 -0600
commiteb14f1d21fbdde46d8c31ce5dd5927f7798622d6 (patch)
treeeea106e97422935e5f5c9314cb85e4793d237b17 /main.go
parent5e485f20d9893034eb37d4c92608ee4cb9b57c6a (diff)
use 'gui/debugger'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7bf7c4a..c8c8f79 100644
--- a/main.go
+++ b/main.go
@@ -25,6 +25,7 @@ func main() {
// draw the cloudflare control panel window
win := cloudflare.MakeCloudflareWindow(myGui)
win.SetText(title)
+ win.Show()
// This is just a optional goroutine to watch that things are alive
gui.Watchdog()