mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Make "Remove" disabled if there are no entries in the server list.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@936 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
parent
5c773fa167
commit
a413722598
@ -148,6 +148,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="qpbRemove" >
|
||||
<property name="enabled" >
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Remove</string>
|
||||
</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user