mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-23 18:41:39 +00:00
[Browser] Disable connect button by default
This commit is contained in:
parent
043eb224e2
commit
05fac2f67d
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="btnConnect">
|
<widget class="QPushButton" name="btnConnect">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Connect</string>
|
<string>Connect</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue