1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

[RSS] Removes refresh message when adding a new feed

This commit is contained in:
ngosang 2015-09-17 19:17:52 +02:00
parent 4642a35de7
commit 093c5d84d2

View File

@ -239,7 +239,6 @@ void RSSImp::on_newFeedButton_clicked()
// Notify TreeWidget
m_feedList->itemAdded(item, stream);
stream->refresh();
m_rssManager->saveStreamList();
}