mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue