diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 17:22:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 17:22:51 -0600 |
| commit | db86b09070f2ffd69dda9354aff7c9383739a8e0 (patch) | |
| tree | 276c44f3d8d4f9673850c273d402375cac2d3d8e /digStatus.go | |
| parent | 0fcbdca8965cf97c0261b79a6e04e71b729f66b3 (diff) | |
move linuxstatus into separate repov0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digStatus.go')
| -rw-r--r-- | digStatus.go | 5 |
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") |
