aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 7226743..29161cf 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -29,6 +29,10 @@
android:key="setting_downloadOnlyWithWifi"
android:defaultValue="true" />
<SwitchPreference
+ android:title="Utilizar miniaturas de versión movil"
+ android:key="pref_usemobilethumbs"
+ android:defaultValue="true"/>
+ <SwitchPreference
android:title="Ir al final al abrir un hilo"
android:key="setting_scrollatnewthread"
android:defaultValue="false" />