diff options
| -rw-r--r-- | draw.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ func (d *LogSettings) draw() {  	d.buttonG = g  	g.NewButton("Redirect STDOUT to /tmp/", func() { -		log.SetTmp() +		// log.SetTmp()  	})  	g.NewButton("restore defaults", func() {  | 
