mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 11:17:31 +01:00
fix #940
This commit is contained in:
parent
8eea37ec3b
commit
47c30cd977
@ -295,9 +295,9 @@ void FeedMessageViewer::initialize() {
|
||||
|
||||
updateArticleViewerSettings();
|
||||
|
||||
if (!m_articleViewerAlwaysVisible) {
|
||||
m_messagesBrowser->clear();
|
||||
}
|
||||
// if (!m_articleViewerAlwaysVisible) {
|
||||
m_messagesBrowser->clear();
|
||||
//}
|
||||
|
||||
// Now refresh visual setup.
|
||||
refreshVisualProperties();
|
||||
|
@ -360,6 +360,7 @@ void WebBrowser::onLoadingFinished(bool success) {
|
||||
m_actionReadabilePage->setEnabled(false);
|
||||
}
|
||||
|
||||
// TODO: nevolat toto u internich "rssguard" adres
|
||||
// Let's check if there are any feeds defined on the web and eventually
|
||||
// display "Add feeds" button.
|
||||
m_btnDiscoverFeeds->setFeedAddresses(NetworkFactory::extractFeedLinksFromHtmlPage(m_webView->url(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user