mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Add "Show torrent options" double-click action
PR #15853. Closes #15837.
This commit is contained in:
committed by
GitHub
parent
aedd997604
commit
2fb0c86f1e
@@ -303,6 +303,9 @@ void TransferListWidget::torrentDoubleClicked()
|
||||
case OPEN_DEST:
|
||||
openDestinationFolder(torrent);
|
||||
break;
|
||||
case SHOW_OPTIONS:
|
||||
setTorrentOptions();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user