mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add "Show torrent options" double-click action
PR #15853. Closes #15837.
This commit is contained in:
parent
aedd997604
commit
2fb0c86f1e
4 changed files with 40 additions and 32 deletions
|
@ -303,6 +303,9 @@ void TransferListWidget::torrentDoubleClicked()
|
|||
case OPEN_DEST:
|
||||
openDestinationFolder(torrent);
|
||||
break;
|
||||
case SHOW_OPTIONS:
|
||||
setTorrentOptions();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue