diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 14:49:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 14:49:42 -0600 |
| commit | 65f7db2ba65a8ae3be674e909df9c17ef8850857 (patch) | |
| tree | c0628fc1738c5c808ab661dd7b01891047bd2e93 /hostnameStatus.go | |
| parent | fc6c72740b33015b3cfd52429d0eed3b3b09c494 (diff) | |
all engines firing quietly
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostnameStatus.go')
| -rw-r--r-- | hostnameStatus.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostnameStatus.go b/hostnameStatus.go index fa0f730..cff0d9d 100644 --- a/hostnameStatus.go +++ b/hostnameStatus.go @@ -63,6 +63,7 @@ func NewHostnameStatusWindow(p *gui.Node) *hostnameStatus { hs.hostname = me.hostname hs.window = gadgets.NewBasicWindow(p, hs.hostname + " Status") + hs.window.Draw() hs.window.Hide() group := hs.window.Box().NewGroup("Summary") |
