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
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;
}
}