1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-02 21:34:12 +00:00

Fixed default roaming option

This commit is contained in:
M66B 2024-06-08 17:00:40 +02:00
parent 836c95e49d
commit 9030325487
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
android:key="screen_other" android:key="screen_other"
android:title="@string/setting_screen_other" /> android:title="@string/setting_screen_other" />
<CheckBoxPreference <CheckBoxPreference
android:defaultValue="false" android:defaultValue="true"
android:key="whitelist_roaming" android:key="whitelist_roaming"
android:title="@string/setting_whitelist_roaming" /> android:title="@string/setting_whitelist_roaming" />
</PreferenceCategory> </PreferenceCategory>

View file

@ -29,7 +29,7 @@
android:key="screen_other" android:key="screen_other"
android:title="@string/setting_screen_other" /> android:title="@string/setting_screen_other" />
<eu.faircode.netguard.SwitchPreference <eu.faircode.netguard.SwitchPreference
android:defaultValue="false" android:defaultValue="true"
android:key="whitelist_roaming" android:key="whitelist_roaming"
android:title="@string/setting_whitelist_roaming" /> android:title="@string/setting_whitelist_roaming" />
</PreferenceCategory> </PreferenceCategory>