summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 16:36:34 -0600
committerJeff Carr <[email protected]>2024-01-06 16:36:34 -0600
commit983517732d9f193771665d8191c58e47028c6670 (patch)
tree44f7bf4e6cf51ed3f8a6460c9df83da0a61c1375 /main.go
parent24c72570a54b7aef67494e8cacecb0a896b19886 (diff)
LinuxStatus() detects VALID hostname
Signed-off-by: Jeff Carr <[email protected]>
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")