mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Move "Copy hash" menu item above "Copy magnet link"
Fix wrong "Copy hash" icon used in webUI
Fixup of 145641ac41
This commit is contained in:
parent
07a85a1018
commit
1bfb8d35cd
2 changed files with 2 additions and 2 deletions
|
@ -1091,8 +1091,8 @@ void TransferListWidget::displayListMenu(const QPoint&)
|
|||
}
|
||||
listMenu.addSeparator();
|
||||
listMenu.addAction(&actionCopy_name);
|
||||
listMenu.addAction(&actionCopy_magnet_link);
|
||||
listMenu.addAction(&actionCopyHash);
|
||||
listMenu.addAction(&actionCopy_magnet_link);
|
||||
// Call menu
|
||||
QAction *act = 0;
|
||||
act = listMenu.exec(QCursor::pos());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue