Add option to disable torrent state colors

PR #22976.
This commit is contained in:
Vladimir Golovnev
2025-07-14 11:40:53 +03:00
committed by GitHub
parent 66f3cf7e67
commit e1ebf8374e
9 changed files with 65 additions and 22 deletions

View File

@@ -297,6 +297,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkUseTorrentStatesColors">
<property name="text">
<string>Use different text colors by torrent states</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkProgressBarFollowsTextColor">
<property name="text">