summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 05:46:59 -0600
committerJeff Carr <[email protected]>2024-01-07 05:46:59 -0600
commit930bdc941b1181460f4c38dc708dc53d583ab5d3 (patch)
tree725fc54433bcc5a5947922bae0fee2a6b830b346 /main.go
parent82b5717f48f258f6ea792cd4e895c0ba99cf1e11 (diff)
remove debugging options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.go b/main.go
index a421c71..1cf0621 100644
--- a/main.go
+++ b/main.go
@@ -48,7 +48,12 @@ func main() {
me.digStatus = NewDigStatusWindow(me.myGui)
me.statusDNS = NewHostnameStatusWindow(me.myGui)
- linuxstatus.New()
+ me.statusOS = linuxstatus.New()
+ me.statusOS.SetParent(me.myGui)
+ me.statusOS.InitWindow()
+ me.statusOS.Make()
+ me.statusOS.Draw()
+ me.statusOS.Draw2()
if debugger.ArgDebug() {
log.Sleep(2)