diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 11:12:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 11:12:10 -0600 |
| commit | b7c90c8bbccb5eb15a06bc6a370074c756d698ff (patch) | |
| tree | c8c5a241bd0a1b15423bfbd41a8b5b0f2943e86e /linuxstatus/draw.go | |
| parent | f35ad0837bae88d260e896886033320b64c2772e (diff) | |
stepping through init on a window with state
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/draw.go')
| -rw-r--r-- | linuxstatus/draw.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go index b7fbbea..6680f2d 100644 --- a/linuxstatus/draw.go +++ b/linuxstatus/draw.go @@ -27,6 +27,7 @@ func draw(ls *LinuxStatus) { ls.grid.NewLabel("interfaces =") ls.Interfaces = ls.grid.NewCombobox("Interfaces") + ls.speed = gadgets.NewOneLiner(ls.grid, "refresh speed =") ls.speedActual = gadgets.NewOneLiner(ls.grid, "refresh speed =") ls.grid.Margin() |
