diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 00:42:15 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 00:42:15 -0600 | 
| commit | a8bc9d51ea46247ff68dff012000e574ea40e716 (patch) | |
| tree | 0e289cfabb7b12f86f990000d9b2a9cf4240a760 | |
| parent | c3f55d5452b57126b918875f5590ce38a2b8ebb1 (diff) | |
all engines are starting without the rocket exploding
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | dnsLookupStatus.go | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/dnsLookupStatus.go b/dnsLookupStatus.go index 6c366ff..79b51c9 100644 --- a/dnsLookupStatus.go +++ b/dnsLookupStatus.go @@ -93,7 +93,6 @@ func NewDigStatusWindow(p *gui.Node) *digStatus {  	ds.hidden = true  	ds.window = gadgets.NewBasicWindow(p, "DNS Resolver Status") -  	ds.window.Hide()  	// summary of the current state of things  | 
