diff options
| author | Jeff Carr <[email protected]> | 2024-01-07 05:46:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-07 05:46:59 -0600 |
| commit | 930bdc941b1181460f4c38dc708dc53d583ab5d3 (patch) | |
| tree | 725fc54433bcc5a5947922bae0fee2a6b830b346 /gui.go | |
| parent | 82b5717f48f258f6ea792cd4e895c0ba99cf1e11 (diff) | |
remove debugging options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -149,26 +149,6 @@ func mainWindow(title string) { if ! me.statusDNS.Ready() {return} me.statusDNS.window.Toggle() }) - - gr.NewButton("linuxstatus.New()", func () { - if (me.statusOS == nil) { - me.statusOS = linuxstatus.New() - } - me.statusOS.SetParent(me.myGui) - me.statusOS.InitWindow() - me.statusOS.Make() - me.statusOS.Draw2() - }) - gr.NewButton("statusOS.Ready()", func () { - me.statusOS.Ready() - }) - gr.NewButton("statusOS.Draw()", func () { - me.statusOS.Draw() - me.statusOS.Draw2() - }) - gr.NewButton("statusOS.Update()", func () { - me.statusOS.Update() - }) gr.NewButton("Linux Status", func () { me.statusOS.Toggle() }) |
