From fdcd51d2111d05e8542c4383a53d8f8df9968aa3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 00:11:48 -0600 Subject: hide extra windows by default Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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 -- cgit v1.2.3