Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop

This commit is contained in:
Joseph Milazzo 2021-06-30 12:41:22 -05:00
commit 3231b60abd

View File

@ -57,10 +57,11 @@ namespace API.Entities
/// Book Reader Option: What direction should the next/prev page buttons go /// Book Reader Option: What direction should the next/prev page buttons go
/// </summary> /// </summary>
public ReadingDirection BookReaderReadingDirection { get; set; } = ReadingDirection.LeftToRight; public ReadingDirection BookReaderReadingDirection { get; set; } = ReadingDirection.LeftToRight;
/// <summary> /// <summary>
/// UI Site Global Setting: Whether the UI should render in Dark mode or not. /// UI Site Global Setting: Whether the UI should render in Dark mode or not.
/// </summary> /// </summary>
public bool SiteDarkMode { get; set; } public bool SiteDarkMode { get; set; } = true;