mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 11:10:48 +01:00
Show brigthness preference in reader settings. #106
This commit is contained in:
parent
7944bb8479
commit
4d47f5a387
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
android:key="@string/pref_show_page_number_key"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<SwitchPreference android:title="@string/pref_custom_brightness"
|
||||
android:key="@string/pref_custom_brightness_key"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
||||
android:title="@string/pref_viewer_type"
|
||||
android:key="@string/pref_default_viewer_key"
|
||||
|
|
Loading…
Reference in a new issue