diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 00:11:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 00:11:48 -0600 |
| commit | fdcd51d2111d05e8542c4383a53d8f8df9968aa3 (patch) | |
| tree | ad833662fc83483fceee7f18d2aac55841112133 /structs.go | |
| parent | ff21dba712e5c63ec3dab1defe55c63c98eb3226 (diff) | |
hide extra windows by default
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
