summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 11:52:15 -0600
committerJeff Carr <[email protected]>2024-01-07 11:52:15 -0600
commit6916a6428dc2d2eb7cb8ac18552e3863459894e5 (patch)
tree8a14f52606191cbdf93784fab4e230826e16a55b /main.go
parentf10c3085c6dcf29bc6458189fbf4128358150e91 (diff)
error button disables
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index e57b4ef..f1f51d3 100644
--- a/main.go
+++ b/main.go
@@ -162,8 +162,8 @@ func linuxLoop() {
me.statusOS.Update()
if me.statusOS.ValidHostname() {
- if me.hostnameStatus.GetText() != "VALID" {
- me.hostnameStatus.Set("VALID")
+ if me.hostnameStatus.GetText() != "WORKING" {
+ me.hostnameStatus.Set("WORKING")
me.changed = true
}
}