Add "Remove torrent and its files" option to share ratio limiting

This commit is contained in:
thalieht 2019-09-18 19:26:01 +03:00
commit 07eb261991
7 changed files with 97 additions and 39 deletions

View file

@ -2485,17 +2485,22 @@
</property>
<item>
<property name="text">
<string>Pause them</string>
<string>Pause torrent</string>
</property>
</item>
<item>
<property name="text">
<string>Remove them</string>
<string>Remove torrent</string>
</property>
</item>
<item>
<property name="text">
<string>Enable super seeding for them</string>
<string>Remove torrent and its files</string>
</property>
</item>
<item>
<property name="text">
<string>Enable super seeding for torrent</string>
</property>
</item>
</widget>