Always honor the configured behavior for merging trackers

PR #19305.

* Always honor the configured behavior for merging trackers
* Clarify merging trackers related options
This commit is contained in:
Vladimir Golovnev
2023-07-16 20:59:18 +03:00
committed by GitHub
parent 6a3a5fac83
commit 7b4b7c2b81
3 changed files with 18 additions and 11 deletions

View File

@@ -958,9 +958,6 @@
<layout class="QVBoxLayout" name="duplicateTorrentBoxLayout">
<item>
<widget class="QCheckBox" name="checkMergeTrackers">
<property name="toolTip">
<string>Whether trackers should be merged to existing torrent</string>
</property>
<property name="text">
<string>Merge trackers to existing torrent</string>
</property>
@@ -971,11 +968,8 @@
</item>
<item>
<widget class="QCheckBox" name="checkConfirmMergeTrackers">
<property name="toolTip">
<string>Shows a confirmation dialog upon merging trackers to existing torrent</string>
</property>
<property name="text">
<string>Confirm merging trackers</string>
<string>Ask for merging trackers when torrent is being added manually</string>
</property>
<property name="checked">
<bool>true</bool>