Tap to Paginate User Pref (#197)
* Fixed In Progress and removed comments * Tap to Paginate user setting is implemented. Fixes #193
This commit is contained in:
parent
9c43833989
commit
2be1630af3
8 changed files with 803 additions and 3 deletions
|
|
@ -12,5 +12,6 @@ namespace API.DTOs
|
|||
public int BookReaderLineSpacing { get; set; }
|
||||
public int BookReaderFontSize { get; set; }
|
||||
public string BookReaderFontFamily { get; set; }
|
||||
public bool BookReaderTapToPaginate { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue