mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 04:49:33 +02:00
Show keep screen on in reader settings. Closes #146
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
android:key="@string/pref_custom_brightness_key"
|
android:key="@string/pref_custom_brightness_key"
|
||||||
android:defaultValue="false" />
|
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"
|
<SwitchPreference android:title="@string/pref_seamless_mode"
|
||||||
android:key="@string/pref_seamless_mode_key"
|
android:key="@string/pref_seamless_mode_key"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
|
Reference in New Issue
Block a user