Fixed #163.
This commit is contained in:
parent
9ef8f9641f
commit
ee03175eed
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -460,6 +460,9 @@
|
|||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Feed list</string>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue