summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index dad92f3..d209f14 100644
--- a/main.go
+++ b/main.go
@@ -153,8 +153,9 @@ func dnsTTL() {
updateDNS()
}
+// run update on the LinuxStatus() window
func linuxLoop() {
- // me.IPv6.SetText(all)
+ me.statusOS.Update()
if (me.statusOS.Changed()) {
stamp := time.Now().Format("2006/01/02 15:04:05")