mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Show delete action when multiple feeds are selected
This commit is contained in:
committed by
sledgehammer999
parent
a7bf28b78f
commit
601cb8bcfe
@@ -85,6 +85,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();
|
||||
|
||||
Reference in New Issue
Block a user