[fenix] For https://github.com/mozilla-mobile/fenix/issues/6401 Set false as default value for Open links in a private tab

pull/600/head
mcarare 5 years ago committed by Emily Kager
parent 75330ca583
commit 10831c25ed

@ -10,6 +10,7 @@
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:layout="@layout/checkbox_left_preference"
android:defaultValue="false"
android:key="@string/pref_key_open_links_in_a_private_tab"
android:title="@string/preferences_open_links_in_a_private_tab" />
</PreferenceScreen>

Loading…
Cancel
Save