fix magnet link start logic (#4528)

This commit is contained in:
SweetPPro
2023-02-02 17:19:20 +11:00
committed by GitHub
parent 0493542f62
commit 1e988c9ce4
7 changed files with 29 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ typedef NS_ENUM(NSUInteger, PopupPriority) {
if (self.fStartCheck.state == NSControlStateValueOn)
{
[self.torrent startTransfer];
[self.torrent startMagnetTransferAfterMetaDownload];
}
[self close];