mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Fix right click menu in tracker list and in peer list (Thanks Heavyjoost)
This commit is contained in:
parent
6885f46f4b
commit
6ede368f63
2 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,7 @@ public slots:
|
|||
delAct = menu.addAction(QIcon(":/Icons/oxygen/list-remove.png"), "Remove tracker");
|
||||
}
|
||||
QAction *act = menu.exec(QCursor::pos());
|
||||
if(act == 0) return;
|
||||
if(act == addAct) {
|
||||
askForTrackers();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue