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 | f6f5bdba4e982595ad1c12041d39f75e11792ef8 (patch) | |
| tree | 89c5c4856fcec28bb28fe0be4a4706559b6a3979 /linuxstatus/draw.go | |
| parent | c59247824f22cf62b1625f5eeea11b809374d7a0 (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() |
