diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,10 +23,10 @@ func init() { title := "master" w := 640 h := 480 - f := StandardClose + // f := StandardClose Config.master = addNode(title, w, h) - Config.master.custom = f + // Config.master.custom = f Config.master.Dump() } |
