summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 09:06:59 -0600
committerJeff Carr <[email protected]>2024-01-05 09:06:59 -0600
commit6f1555f9fcaa299963eba4f82a5f98deb868cfc2 (patch)
tree4ec19a9c3137c37d40b8f70be8e8f1388bd45cbe /main.go
parentd6215ee07ba83e9c759b0a4e5168474c3f039959 (diff)
use gadgets.BasicWindow()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index c8c8f79..bba3e90 100644
--- a/main.go
+++ b/main.go
@@ -24,7 +24,7 @@ func main() {
// draw the cloudflare control panel window
win := cloudflare.MakeCloudflareWindow(myGui)
- win.SetText(title)
+ win.Title(title)
win.Show()
// This is just a optional goroutine to watch that things are alive