Merge pull request #7475 from thalieht/ratiosuperseed

Add option to enable Super Seeding mode once ratio/time limit is reached. Closes #7160.
This commit is contained in:
Mike Tzou
2019-08-10 11:33:09 +08:00
committed by GitHub
4 changed files with 18 additions and 9 deletions

View File

@@ -579,6 +579,7 @@
<select id="max_ratio_act">
<option value="0">QBT_TR(Pause them)QBT_TR[CONTEXT=OptionsDialog]</option>
<option value="1">QBT_TR(Remove them)QBT_TR[CONTEXT=OptionsDialog]</option>
<option value="2">QBT_TR(Enable super seeding for them)QBT_TR[CONTEXT=OptionsDialog]</option>
</select>
</td>
</tr>