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:
|
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)
|
▪ 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 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)
|
▪ Fixed problem where custom HTTP timeout setting was ignored for TT-RSS account. (GitHub bug #9)
|
||||||
|
|
|
@ -460,6 +460,9 @@
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Feed list</string>
|
<string>&Feed list</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue