Added Proxy Address preference dependency

This commit is contained in:
luca0N! 2021-03-28 23:05:05 -03:00
parent a52d83f20b
commit a4e47193a4
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ Contact us at <joguitos+pluck@luca0n.com>.
android:defaultValue="@string/pref_network_proxy_address_default"
android:key="@string/pref_network_proxy_address"
android:title="@string/pref_network_proxy_address_title"
android:summary="@string/pref_network_proxy_address_summary" />
android:summary="@string/pref_network_proxy_address_summary"
android:dependency="@string/pref_network_proxy" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/pref_category_ui_title">