summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 00:11:48 -0600
committerJeff Carr <[email protected]>2024-01-05 00:11:48 -0600
commitfdcd51d2111d05e8542c4383a53d8f8df9968aa3 (patch)
treead833662fc83483fceee7f18d2aac55841112133 /structs.go
parentff21dba712e5c63ec3dab1defe55c63c98eb3226 (diff)
hide extra windows by default
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 8b882e3..3d4e153 100644
--- a/structs.go
+++ b/structs.go
@@ -43,6 +43,7 @@ type Host struct {
window *gadgets.BasicWindow // the main window
details *gadgets.BasicWindow // more details of the DNS state
+ debug *gadgets.BasicWindow // more attempts to debug the DNS state
tab *gui.Node // the main dns tab
notes *gui.Node // using this to put notes here