Merge branch 'develop' of https://github.com/Kareadita/Kavita into develop
This commit is contained in:
commit
3231b60abd
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue