Add "Show torrent options" double-click action

PR #15853.
Closes #15837.
This commit is contained in:
Vladimir Golovnev 2021-12-19 09:01:20 +03:00 committed by GitHub
parent aedd997604
commit 2fb0c86f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 40 additions and 32 deletions

View file

@ -303,6 +303,9 @@ void TransferListWidget::torrentDoubleClicked()
case OPEN_DEST:
openDestinationFolder(torrent);
break;
case SHOW_OPTIONS:
setTorrentOptions();
break;
}
}