summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 15:07:30 -0600
committerJeff Carr <[email protected]>2024-01-06 15:07:30 -0600
commit34bbd63bfbe39fa17dfa5b00628c966a1776b6cb (patch)
tree96ef417cc7c9e9fbdd407ea8ba955b9a518db5af /main.go
parent5dee2af78434191a27987acfb02902a11f81067c (diff)
more cleanups after removing old window
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 25c5e26..d7c6a93 100644
--- a/main.go
+++ b/main.go
@@ -100,7 +100,7 @@ func checkNetworkChanges() {
if (runtime.GOOS == "linux") {
duration := timeFunction(linuxLoop)
s := fmt.Sprint(duration)
- me.LocalSpeedActual.SetText(s)
+ me.statusOS.SetSpeedActual(s)
} else {
// TODO: make windows and macos diagnostics
log.Warn("Windows and MacOS don't work yet")