mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Enable Super Seeding mode once ratio/time limit is reached
This commit is contained in:
parent
c65c40a5cb
commit
1f6f1716ad
4 changed files with 18 additions and 9 deletions
|
@ -62,7 +62,8 @@ class ResumeDataSavingManager;
|
|||
enum MaxRatioAction
|
||||
{
|
||||
Pause,
|
||||
Remove
|
||||
Remove,
|
||||
EnableSuperSeeding
|
||||
};
|
||||
|
||||
enum TorrentExportFolder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue