Added read filter to chapter select. (#431)
* Added read filter to chapter select. * Can now select how far back the chapter should be deleted after read.
This commit is contained in:
committed by
GitHub
parent
8ffff44454
commit
d8d93ee344
@@ -48,6 +48,24 @@
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="remove_after_read_slots">
|
||||
<item>@string/disabled</item>
|
||||
<item>@string/last_read_chapter</item>
|
||||
<item>@string/second_to_last</item>
|
||||
<item>@string/third_to_last</item>
|
||||
<item>@string/fourth_to_last</item>
|
||||
<item>@string/fifth_to_last</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="remove_after_read_slots_values">
|
||||
<item>-1</item>
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="image_decoders">
|
||||
<item>@string/rapid_decoder</item>
|
||||
<item>@string/skia_decoder</item>
|
||||
|
||||
Reference in New Issue
Block a user