This commit is contained in:
Martin Rotter 2023-05-03 08:09:48 +02:00
parent 8eea37ec3b
commit 47c30cd977
2 changed files with 4 additions and 3 deletions

View File

@ -295,9 +295,9 @@ void FeedMessageViewer::initialize() {
updateArticleViewerSettings(); updateArticleViewerSettings();
if (!m_articleViewerAlwaysVisible) { // if (!m_articleViewerAlwaysVisible) {
m_messagesBrowser->clear(); m_messagesBrowser->clear();
} //}
// Now refresh visual setup. // Now refresh visual setup.
refreshVisualProperties(); refreshVisualProperties();

View File

@ -360,6 +360,7 @@ void WebBrowser::onLoadingFinished(bool success) {
m_actionReadabilePage->setEnabled(false); 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 // Let's check if there are any feeds defined on the web and eventually
// display "Add feeds" button. // display "Add feeds" button.
m_btnDiscoverFeeds->setFeedAddresses(NetworkFactory::extractFeedLinksFromHtmlPage(m_webView->url(), m_btnDiscoverFeeds->setFeedAddresses(NetworkFactory::extractFeedLinksFromHtmlPage(m_webView->url(),