mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 18:04:32 +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);
|
myRSSListMenu.addAction(actionNew_subscription);
|
||||||
if (m_feedList->isFeed(selectedItems.first())) {
|
if (m_feedList->isFeed(selectedItems.first())) {
|
||||||
myRSSListMenu.addSeparator();
|
myRSSListMenu.addSeparator();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user