1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 23:14:31 +00:00

Fix tabChangesFocus attribute in "Edit trackers" dialog

This commit is contained in:
Christoph Rackwitz 2021-03-26 00:07:09 +01:00
parent 379d41b6fb
commit e2dbfa9ace

View File

@ -28,9 +28,9 @@
</item>
<item>
<widget class="QPlainTextEdit" name="plainTextEdit">
<attribute name="tabChangesFocus">
<property name="tabChangesFocus">
<bool>true</bool>
</attribute>
</property>
</widget>
</item>
<item>