diff options
| author | Jeff Carr <[email protected]> | 2024-01-07 11:52:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-07 11:52:15 -0600 |
| commit | 6916a6428dc2d2eb7cb8ac18552e3863459894e5 (patch) | |
| tree | 8a14f52606191cbdf93784fab4e230826e16a55b /main.go | |
| parent | f10c3085c6dcf29bc6458189fbf4128358150e91 (diff) | |
error button disables
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } } |
