mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-11 17:54:30 -04:00
50 lines
2.3 KiB
Diff
50 lines
2.3 KiB
Diff
diff --git a/mobile/android/fenix/app/src/main/res/xml/account_settings_preferences.xml b/mobile/android/fenix/app/src/main/res/xml/account_settings_preferences.xml
|
|
index 300331efb5..f1cbf8ea99 100644
|
|
--- a/mobile/android/fenix/app/src/main/res/xml/account_settings_preferences.xml
|
|
+++ b/mobile/android/fenix/app/src/main/res/xml/account_settings_preferences.xml
|
|
@@ -29,38 +29,38 @@
|
|
android:layout="@layout/preference_cat_style">
|
|
|
|
<CheckBoxPreference
|
|
- android:defaultValue="true"
|
|
+ android:defaultValue="false"
|
|
android:key="@string/pref_key_sync_bookmarks"
|
|
android:layout="@layout/checkbox_left_preference"
|
|
android:title="@string/preferences_sync_bookmarks" />
|
|
|
|
<CheckBoxPreference
|
|
- android:defaultValue="true"
|
|
+ android:defaultValue="false"
|
|
android:key="@string/pref_key_sync_credit_cards"
|
|
android:layout="@layout/checkbox_left_preference"
|
|
android:title="@string/preferences_sync_credit_cards_2" />
|
|
|
|
<CheckBoxPreference
|
|
- android:defaultValue="true"
|
|
+ android:defaultValue="false"
|
|
android:key="@string/pref_key_sync_history"
|
|
android:layout="@layout/checkbox_left_preference"
|
|
android:title="@string/preferences_sync_history" />
|
|
|
|
<CheckBoxPreference
|
|
- android:defaultValue="true"
|
|
+ android:defaultValue="false"
|
|
android:key="@string/pref_key_sync_logins"
|
|
android:layout="@layout/checkbox_left_preference"
|
|
android:title="@string/preferences_sync_logins_2" />
|
|
|
|
<CheckBoxPreference
|
|
- android:defaultValue="true"
|
|
+ android:defaultValue="false"
|
|
android:key="@string/pref_key_sync_tabs"
|
|
android:layout="@layout/checkbox_left_preference"
|
|
android:title="@string/preferences_sync_tabs_2"/>
|
|
|
|
<!-- The default visibility is 'false' because we don't display this on most channels. -->
|
|
<CheckBoxPreference
|
|
- android:defaultValue="true"
|
|
+ android:defaultValue="false"
|
|
android:visible="false"
|
|
android:key="@string/pref_key_sync_address"
|
|
android:layout="@layout/checkbox_left_preference"
|