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 | 05926360496e9627dc0a0b66f26b4dc7302976b2 (patch) | |
| tree | 96ab0a545507a1c4ec17624f3439241bbf120c31 /dnsLookupStatus.go | |
| parent | ee6c4e2a729b2bbbc25e63e74ea57fe833b4eceb (diff) | |
all engines are starting without the rocket exploding
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'dnsLookupStatus.go')
| -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 |
