summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 00:07:13 -0600
committerJeff Carr <[email protected]>2024-01-05 00:07:13 -0600
commit6fc08df071ab42b2b090215293ca4b8ac91e7e71 (patch)
tree3219d94f9731916dbde96035812138eca1dc42cf
parentc420145c2eafd68f5e73b3ccadb8f442ecc878bf (diff)
convert to gadget.BasicWindow()
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--hostname.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname.go b/hostname.go
index c3a2e1f..9eb1a65 100644
--- a/hostname.go
+++ b/hostname.go
@@ -65,7 +65,7 @@ func getHostname() {
log.Log(CHANGE, "me.cloudflare == nil; me.DnsAPI.S =", me.DnsAPI.S)
if (me.DnsAPI.S == "cloudflare") {
me.cloudflareB = me.mainStatus.NewButton("cloudflare wit.com", func () {
- cloudflare.CreateRR(myGui, "wit.com", "3777302ac4a78cd7fa4f6d3f72086d06")
+ cloudflare.CreateRR(me.myGui, "wit.com", "3777302ac4a78cd7fa4f6d3f72086d06")
})
}
}