working pretty well

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-03-25 16:19:44 -05:00
parent fa6ce585de
commit 22c249bcf1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func getHostname() {
if (me.fqdn != nil) {
// s = me.fqdn.GetText()
log("trying to update gui.Label")
me.fqdn.AddText(s)
// me.fqdn.AddText(s)
me.fqdn.SetText(s)
me.hostname = s
}