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

WTF-560 Set FeedReader line wrap to false

Fixes #560
This commit is contained in:
Chris Cummer 2019-08-29 05:58:20 -07:00
parent bc80b9f60b
commit 21c444c8a4

View File

@ -154,7 +154,7 @@ func (widget *Widget) content() (string, string, bool) {
str += utils.HighlightableHelper(widget.View, row, idx, len(feedItem.item.Title))
}
return title, str, true
return title, str, false
}
// feedItems are sorted by published date