diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 15:07:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 15:07:30 -0600 |
| commit | 34bbd63bfbe39fa17dfa5b00628c966a1776b6cb (patch) | |
| tree | 96ef417cc7c9e9fbdd407ea8ba955b9a518db5af /main.go | |
| parent | 5dee2af78434191a27987acfb02902a11f81067c (diff) | |
more cleanups after removing old window
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
