mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Make sure the "Go to Download page" button is initially disabled
This commit is contained in:
parent
fb03982312
commit
0ae42b375d
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="goToDescBtn">
|
<widget class="QPushButton" name="goToDescBtn">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Go to description page</string>
|
<string>Go to description page</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue