summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 05:46:59 -0600
committerJeff Carr <[email protected]>2024-01-07 05:46:59 -0600
commit930bdc941b1181460f4c38dc708dc53d583ab5d3 (patch)
tree725fc54433bcc5a5947922bae0fee2a6b830b346 /structs.go
parent82b5717f48f258f6ea792cd4e895c0ba99cf1e11 (diff)
remove debugging options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index e060cb7..0e2a52c 100644
--- a/structs.go
+++ b/structs.go
@@ -8,6 +8,7 @@ import (
"go.wit.com/gui/gadgets"
// "go.wit.com/gui/cloudflare"
"go.wit.com/control-panels/dns/linuxstatus"
+ "go.wit.com/control-panels/dns/smartwindow"
"github.com/miekg/dns"
)
@@ -60,6 +61,7 @@ type Host struct {
digStatusButton *gui.Node
witcom *gadgets.BasicWindow
fixButton *gui.Node
+ fixWindow *smartwindow.SmartWindow
}
type IPtype struct {