This commit is contained in:
Martin Rotter 2016-02-20 18:26:59 +01:00
parent 9ef8f9641f
commit ee03175eed
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ Added:
Fixed:
▪ Feed list hidden when respective menu item is unchecked. (bug #163)
▪ Standard RSS/RDF/ATOM relative URLs in entries should now be correctly loaded. (bug #160)
▪ Fixed some problems when adding feeds from external web browser like Firefox. (bug #135)
▪ Fixed problem where custom HTTP timeout setting was ignored for TT-RSS account. (GitHub bug #9)

View file

@ -460,6 +460,9 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Feed list</string>
</property>