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:
parent
043eb224e2
commit
05fac2f67d
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue