Allow to add new torrents to queue top

PR #18518.
Closes #11599.
This commit is contained in:
Vladimir Golovnev
2023-02-10 17:15:41 +03:00
committed by GitHub
parent 72ac92ec68
commit 5d4766edbe
14 changed files with 81 additions and 1 deletions

View File

@@ -857,6 +857,16 @@
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="checkAddToQueueTop">
<property name="toolTip">
<string>The torrent will be added to the top of the download queue</string>
</property>
<property name="text">
<string extracomment="The torrent will be added to the top of the download queue">Add to top of queue</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkStartPaused">
<property name="toolTip">