summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index c9ffd79b..c822ae7d 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -158,12 +158,12 @@
</PreferenceCategory>
<PreferenceCategory android:title="Opening links" >
<org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
+ android:defaultValue="true"
android:key="enable_custom_tabs"
android:summary="Open external links with Chrome custom tabs (faster, used if available)"
android:title="Use quick preview" />
<org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
+ android:defaultValue="true"
android:key="custom_tabs_ask_always"
android:title="Ask me every time" />
</PreferenceCategory>