diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 12:36:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 12:36:52 -0600 |
| commit | 9aeed44eea8e85c994d27448d0b7e11bd129a4c4 (patch) | |
| tree | 30d0a9fd0e219c5b3d5f4d1cb42acf9567146bb5 /gui.go | |
| parent | 51eeda03e018576d21748a63d97bdadae3676e5f (diff) | |
use SetText not SetValue
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ func statusGrid(n *gui.Node) { }) me.statusIPv6 = gadgets.NewOneLiner(gridP, "DNS Lookup") - me.statusIPv6.SetValue("known") + me.statusIPv6.SetText("known") gridP.NewButton("resolver status", func() { if !me.digStatus.Ready() { return |
