Added book reader reading direction preference (#249)

This commit is contained in:
Joseph Milazzo 2021-06-03 09:05:07 -05:00 committed by GitHub
parent ec0327272f
commit 03c9b7a11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 892 additions and 0 deletions

View file

@ -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; }
}
}