mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Fix download icon in peer list popup menu (Thanks Heavyjoost)
This commit is contained in:
@@ -136,7 +136,7 @@ void PeerListWidget::showPeerListMenu(QPoint) {
|
||||
QAction *banAct = 0;
|
||||
if(!selectedPeerIPs.isEmpty()) {
|
||||
upLimitAct = menu.addAction(QIcon(":/Icons/skin/seeding.png"), tr("Limit upload rate"));
|
||||
dlLimitAct = menu.addAction(QIcon(":/Icons/skin/downloading.png"), tr("Limit download rate"));
|
||||
dlLimitAct = menu.addAction(QIcon(":/Icons/skin/download.png"), tr("Limit download rate"));
|
||||
banAct = menu.addAction(QIcon(":/Icons/oxygen/user-group-delete.png"), tr("Ban peer permanently"));
|
||||
empty_menu = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user