diff options
| -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 |
