Resolved Merged Conflicts (#127)

This commit is contained in:
abhijeetChawla
2022-03-03 18:19:01 +05:30
committed by GitHub
parent 052c9c3ba6
commit 03df6fbdf6
6 changed files with 300 additions and 114 deletions

5
src/typings.d.ts vendored
View File

@@ -236,3 +236,8 @@ type ChapterOptionsReducerAction =
| { type: 'sortBy', sortBy: ChapterSortMode }
| { type: 'sortReverse' }
| { type: 'showChapterNumber' };
interface LibraryDisplayOptions {
showDownloadBadge: boolean
showUnreadBadge: boolean
}