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

Merge pull request #563 from wtfutil/WTF-560-feedreader-wrap

WTF-560 Set FeedReader line wrap to false
This commit is contained in:
Chris Cummer
2019-08-29 06:05:21 -07:00
committed by GitHub

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