1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:45:34 +00:00

[Browser] Disable connect button by default

This commit is contained in:
Koncord 2018-01-11 20:35:37 +08:00
parent 043eb224e2
commit 05fac2f67d

View file

@ -207,6 +207,9 @@
</item>
<item>
<widget class="QPushButton" name="btnConnect">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Connect</string>
</property>