mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- When adding a new feed, add it to the selected folder
This commit is contained in:
@@ -156,7 +156,7 @@ void RSSImp::on_newFeedButton_clicked() {
|
||||
}
|
||||
RssStream *stream = rss_parent->addStream(newUrl);
|
||||
// Create TreeWidget item
|
||||
QTreeWidgetItem* item = new QTreeWidgetItem(listStreams);
|
||||
QTreeWidgetItem* item = new QTreeWidgetItem(rss_parent);
|
||||
// Notify TreeWidget
|
||||
listStreams->itemAdded(item, stream);
|
||||
// Set text
|
||||
|
||||
Reference in New Issue
Block a user