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:
commit
69d44d5ea0
@ -154,7 +154,7 @@ func (widget *Widget) content() (string, string, bool) {
|
|||||||
str += utils.HighlightableHelper(widget.View, row, idx, len(feedItem.item.Title))
|
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
|
// feedItems are sorted by published date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user