From 2800b23f81cdc03978df3a75b121dec4ed732aa0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 14:49:42 -0600 Subject: all engines firing quietly Signed-off-by: Jeff Carr --- dnsLookupStatus.go | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3