mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
[RSS] Removes refresh message when adding a new feed
This commit is contained in:
parent
4642a35de7
commit
093c5d84d2
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ void RSSImp::on_newFeedButton_clicked()
|
||||||
// Notify TreeWidget
|
// Notify TreeWidget
|
||||||
m_feedList->itemAdded(item, stream);
|
m_feedList->itemAdded(item, stream);
|
||||||
|
|
||||||
stream->refresh();
|
|
||||||
m_rssManager->saveStreamList();
|
m_rssManager->saveStreamList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue