mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-30 20:05:04 +00:00
Settings dependency
This commit is contained in:
parent
4375bead56
commit
865ad880a8
1 changed files with 2 additions and 0 deletions
|
@ -39,10 +39,12 @@
|
|||
android:title="@string/setting_stats" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="5"
|
||||
android:dependency="show_stats"
|
||||
android:inputType="number"
|
||||
android:key="stats_base" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:dependency="show_stats"
|
||||
android:key="show_top"
|
||||
android:title="@string/setting_stats_top" />
|
||||
<EditTextPreference
|
||||
|
|
Loading…
Reference in a new issue