1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

Merge pull request #794 from Gelmir/rss_feed_del_multi

Show delete action when multiple feeds are selected
This commit is contained in:
sledgehammer999 2013-07-27 12:12:08 -07:00
commit 14808d2bef

View File

@ -87,6 +87,10 @@ void RSSImp::displayRSSListMenu(const QPoint& pos)
}
}
}
else {
myRSSListMenu.addAction(actionDelete);
myRSSListMenu.addSeparator();
}
myRSSListMenu.addAction(actionNew_subscription);
if (m_feedList->isFeed(selectedItems.first())) {
myRSSListMenu.addSeparator();