mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-25 09:21:14 +00:00
Hosts lists usage depends on filter state
This commit is contained in:
parent
5441f71cbf
commit
d1028d32b0
1 changed files with 2 additions and 0 deletions
|
@ -195,11 +195,13 @@
|
|||
android:title="@string/setting_import" />
|
||||
<Preference
|
||||
android:key="hosts_import"
|
||||
android:dependency="filter"
|
||||
android:title="@string/setting_hosts" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="http://www.netguard.me/hosts"
|
||||
android:hint="http://www.netguard.me/hosts"
|
||||
android:key="hosts_url"
|
||||
android:dependency="filter"
|
||||
android:title="@string/setting_hosts_url" />
|
||||
<Preference
|
||||
android:dependency="hosts_url"
|
||||
|
|
Loading…
Reference in a new issue