mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
disabled unfinished buttons in Transfer Settings page
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2282 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7d20325d6f
commit
2919c0b5e8
@ -82,6 +82,9 @@
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QComboBox" name="strategycomboBox">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Streaming</string>
|
||||
@ -96,6 +99,9 @@
|
||||
</item>
|
||||
<item row="3" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="checkBox">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show Cache Transfers</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user