diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 12:41:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 12:41:28 -0600 |
| commit | 1a9b13dda5e13d0786718768443bab4a6916aab9 (patch) | |
| tree | ae05054e4889c2b1b7153b2992d80c4e856df20b /timer.go | |
| parent | 513c38922b1dca37bb2b2d64c5997e44b5796d00 (diff) | |
use SetText() not SetValue()
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
@@ -34,5 +34,5 @@ func (ls *LinuxStatus) SetSpeedActual(s string) { if !ls.Ready() { return } - ls.speedActual.SetValue(s) + ls.speedActual.SetText(s) } |
