mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix rss settings corruption when checking regexp and going to other rule.
This commit is contained in:
parent
1b8083bbc6
commit
150e9bb452
1 changed files with 0 additions and 3 deletions
|
@ -482,9 +482,6 @@ void AutomatedRssDownloader::handleFeedCheckStateChange(QListWidgetItem *feed_it
|
||||||
void AutomatedRssDownloader::updateMatchingArticles()
|
void AutomatedRssDownloader::updateMatchingArticles()
|
||||||
{
|
{
|
||||||
ui->treeMatchingArticles->clear();
|
ui->treeMatchingArticles->clear();
|
||||||
if (ui->ruleDefBox->isEnabled()) {
|
|
||||||
saveEditedRule();
|
|
||||||
}
|
|
||||||
RssManagerPtr manager = m_manager.toStrongRef();
|
RssManagerPtr manager = m_manager.toStrongRef();
|
||||||
if (!manager)
|
if (!manager)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue