1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Set the text wrap of the clocks module to false

This commit is contained in:
Chris Cummer 2019-08-30 03:24:18 -07:00
parent e1da955893
commit db5d50c9af

View File

@ -27,5 +27,5 @@ func (widget *Widget) display(clocks []Clock, dateFormat string, timeFormat stri
} }
} }
widget.Redraw(func() (string, string, bool) { return widget.CommonSettings().Title, str, true }) widget.Redraw(func() (string, string, bool) { return widget.CommonSettings().Title, str, false })
} }