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