summaryrefslogtreecommitdiff
path: root/digStatus.go
diff options
context:
space:
mode:
Diffstat (limited to 'digStatus.go')
-rw-r--r--digStatus.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/digStatus.go b/digStatus.go
index b9a8982..b7536cf 100644
--- a/digStatus.go
+++ b/digStatus.go
@@ -63,8 +63,9 @@ func NewDigStatusWindow(p *gui.Node) *digStatus {
ds.hidden = true
ds.window = gadgets.NewBasicWindow(p, "DNS Resolver Status")
- ds.window.Draw()
- ds.window.Hide()
+ ds.window.Make()
+ // ds.window.Draw()
+ // ds.window.Hide()
// summary of the current state of things
ds.summary = ds.window.Box().NewGroup("Summary")