Added book reader reading direction preference (#249)
This commit is contained in:
parent
ec0327272f
commit
03c9b7a11d
5 changed files with 892 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ namespace API.DTOs
|
|||
public int BookReaderFontSize { get; set; }
|
||||
public string BookReaderFontFamily { get; set; }
|
||||
public bool BookReaderTapToPaginate { get; set; }
|
||||
public ReadingDirection BookReaderReadingDirection { get; set; }
|
||||
public bool SiteDarkMode { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue