diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 03:59:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 03:59:13 -0600 |
| commit | 2f222b0bd73898a31db62e2b9169463f017d73dd (patch) | |
| tree | ad1dc9fa3d1575ed6027e0559368f36b7e4662dc /timer.go | |
| parent | cf3d56475d805bfb79a905d6cc8b3bf4f773f213 (diff) | |
compiles, runs, but displays is blank
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
@@ -13,5 +13,5 @@ func timeFunction(f func()) time.Duration { func (ls *RepoStatus) SetSpeedActual(s string) { if ! ls.Ready() {return} - ls.speedActual.Set(s) + ls.speedActual.SetText(s) } |
