diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 05:24:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 05:24:11 -0600 |
| commit | 3457aefa86ccc9bc6c4eda059e48ebcb8830b410 (patch) | |
| tree | 525dca4d9ec74d26282521148cd4918d85081e9b /main.go | |
| parent | d2fb88cd584b8e7e60cb6315d9fb8d0d6ceac22f (diff) | |
add LinuxStatus()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,8 @@ import ( "go.wit.com/gui/gui" "go.wit.com/gui/debugger" + "go.wit.com/control-panels/dns/linuxstatus" + "github.com/miekg/dns" ) @@ -47,6 +49,8 @@ func main() { me.digStatus = NewDigStatusWindow(me.myGui) me.status = NewHostnameStatusWindow(me.myGui) + linuxstatus.New() + if debugger.ArgDebug() { log.Sleep(2) debugger.DebugWindow(me.myGui) |
