Added sort by last read (#254)
This commit is contained in:
@@ -25,6 +25,7 @@ const SORT_OPTIONS: [LibrarySortMode, string][] = [
|
||||
['sortToRead', 'By Unread chapters'],
|
||||
['sortAlph', 'Alphabetically'],
|
||||
['sortDateAdded', 'Date Added'],
|
||||
['sortLastRead', 'Last Read'],
|
||||
];
|
||||
|
||||
interface IProps {
|
||||
|
||||
Reference in New Issue
Block a user