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:
commit
14808d2bef
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user