summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 09:07:09 -0600
committerJeff Carr <[email protected]>2024-02-01 09:07:09 -0600
commit09b3544d55a9713de7513c0b004bf1aaf8db05f2 (patch)
tree18c4c1944fc597f1f54b20bcc70215bc2dd2be38 /main.go
parenta26018c86d16e2e70459b4a10e00b0cf024aaba8 (diff)
testing work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0fba361..a20d07d 100644
--- a/main.go
+++ b/main.go
@@ -48,7 +48,8 @@ func main() {
// setupControlPanelWindow()
// setup the main tab
setupControlPanelWindow("DNS and IPv6 Control Panel")
- debugTab("Debug")
+
+ me.debug = debugTab("Debug")
// TODO: track this bug down
log.Sleep(1)