mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Show delete action when multiple feeds are selected
This commit is contained in:
parent
a7bf28b78f
commit
601cb8bcfe
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ void RSSImp::displayRSSListMenu(const QPoint& pos) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
myRSSListMenu.addAction(actionDelete);
|
||||||
|
myRSSListMenu.addSeparator();
|
||||||
|
}
|
||||||
myRSSListMenu.addAction(actionNew_subscription);
|
myRSSListMenu.addAction(actionNew_subscription);
|
||||||
if (m_feedList->isFeed(selectedItems.first())) {
|
if (m_feedList->isFeed(selectedItems.first())) {
|
||||||
myRSSListMenu.addSeparator();
|
myRSSListMenu.addSeparator();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue