summaryrefslogtreecommitdiff
path: root/view.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 14:03:06 -0600
committerJeff Carr <[email protected]>2024-01-28 14:03:06 -0600
commit2e2e68ce070a987304d3f8e4bae832b2672f7875 (patch)
treeb71d31180ee1bf1591311ace4e6d9cff1c467454 /view.go
parentdab898f0f945fc3b0a5747f38b7f22b59d539117 (diff)
trying to fix windows
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'view.go')
-rw-r--r--view.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.go b/view.go
index 157640a..5da6701 100644
--- a/view.go
+++ b/view.go
@@ -174,7 +174,7 @@ func (w *guiWidget) recreateView() {
}
if w.String() == "CLOUDFLARE_EMAIL" {
w.showWidgetPlacement("w.String()="+w.String()+" w.label="+w.labelN+" "+w.cuiName)
- w.dumpTree()
+ w.dumpTree("cloudflare")
}
log.Log(ERROR, "recreateView() END")
}