1
0
Fork 0

For #6401 Set false as default value for Open links in a private tab

master
mcarare 2019-11-29 09:59:19 +02:00 committed by Emily Kager
parent 41ccb02933
commit 8257b145ad
1 changed files with 1 additions and 0 deletions

View File

@ -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>