diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 12:36:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 12:36:52 -0600 |
| commit | e7257a919d75f63a27ef291f1e59a802a8a285cd (patch) | |
| tree | d9dac62fb4221e89601a1414f1b932174e87a14d /timer.go | |
| parent | 7a283a1da6f91c560afda240d36236c9f515d020 (diff) | |
lots of things broken
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'timer.go')
| -rw-r--r-- | timer.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ func (ls *RepoStatus) SetSpeedActual(s string) { if !ls.Ready() { return } - ls.speedActual.SetText(s) + ls.speedActual.SetValue(s) } |
