diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
