summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 01:07:34 -0600
committerJeff Carr <[email protected]>2024-01-05 01:07:34 -0600
commitfc6c72740b33015b3cfd52429d0eed3b3b09c494 (patch)
treee09a1707ef990686e9ea0143967d6dbd40a36430 /gui.go
parent05926360496e9627dc0a0b66f26b4dc7302976b2 (diff)
ready to debug 'gui/cloudflare'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.go b/gui.go
index 8273a76..4f2ed71 100644
--- a/gui.go
+++ b/gui.go
@@ -25,7 +25,7 @@ func setupControlPanelWindow() {
// setup the main tab
mainWindow("DNS and IPv6 Control Panel")
- detailsTab("DNS Details")
+ detailsTab("OS Details")
debugTab("Debug")
// me.digStatus = NewDigStatusWindow(me.window)
@@ -218,7 +218,7 @@ func mainWindow(title string) {
gr.NewButton("GO GUI Debugger", func () {
debugger.DebugWindow(me.myGui)
})
- gr.NewButton("DNS Details", func () {
+ gr.NewButton("OS Details", func () {
me.details.Toggle()
})
gr.NewButton("DNS Debug", func () {