From e7257a919d75f63a27ef291f1e59a802a8a285cd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 19 Jan 2024 12:36:52 -0600 Subject: lots of things broken Signed-off-by: Jeff Carr --- timer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timer.go') diff --git a/timer.go b/timer.go index 380e4bb..067a85a 100644 --- a/timer.go +++ b/timer.go @@ -15,5 +15,5 @@ func (ls *RepoStatus) SetSpeedActual(s string) { if !ls.Ready() { return } - ls.speedActual.SetText(s) + ls.speedActual.SetValue(s) } -- cgit v1.2.3