diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 13:34:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 13:34:13 -0600 |
| commit | 4641eceda817e822b1e4e096086a2227a04bb3fd (patch) | |
| tree | 5960151642ca54cd30fe574e28b463f44ecaf033 /draw.go | |
| parent | 1a9b13dda5e13d0786718768443bab4a6916aab9 (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -8,9 +8,6 @@ import ( // creates the actual widgets. // it's assumed you are always passing in a box func draw(ls *LinuxStatus) { - if !ls.Ready() { - return - } ls.group = ls.window.Box().NewGroup("What Linux Knows It Is") ls.grid = ls.group.NewGrid("gridnuts", 2, 2) |
