From beb076375e92d4bbc26f97cb81d91a4c0ad8257c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Dec 2023 01:36:10 -0600 Subject: add digital ocean & DNS state windows lists digital ocean droplets create a new digital ocean droplet knows what needs to be done to get IPv4 and IPv6 to work update windows on Show() make a window for the state of DNS specific to the hostname Signed-off-by: Jeff Carr --- dnsLookupStatus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dnsLookupStatus.go') diff --git a/dnsLookupStatus.go b/dnsLookupStatus.go index 280ac92..9166f72 100644 --- a/dnsLookupStatus.go +++ b/dnsLookupStatus.go @@ -92,7 +92,7 @@ func NewDigStatusWindow(p *gui.Node) *digStatus { ds.ready = false ds.hidden = true - ds.window = p.NewWindow("DNS Lookup Status") + ds.window = p.NewWindow("DNS Resolver Status") ds.window.Custom = func () { ds.hidden = true ds.window.Hide() -- cgit v1.2.3