Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Show keep screen on in reader settings. Closes #146

Cette révision appartient à :
inorichi 2016-02-15 21:25:01 +01:00
Parent 5c329d2314
révision f820522a69

Voir le fichier

@ -17,6 +17,10 @@
android:key="@string/pref_custom_brightness_key"
android:defaultValue="false" />
<SwitchPreference android:title="@string/pref_keep_screen_on"
android:key="@string/pref_keep_screen_on_key"
android:defaultValue="true" />
<SwitchPreference android:title="@string/pref_seamless_mode"
android:key="@string/pref_seamless_mode_key"
android:defaultValue="true" />