Implemented Dark Mode (#203)
This commit is contained in:
parent
55b11e036e
commit
8b1fbc0096
7 changed files with 791 additions and 1 deletions
|
@ -42,6 +42,10 @@ namespace API.Entities
|
|||
/// Book Reader Option: Allows tapping on side of screens to paginate
|
||||
/// </summary>
|
||||
public bool BookReaderTapToPaginate { get; set; } = false;
|
||||
/// <summary>
|
||||
/// UI Site Global Setting: Whether the UI should render in Dark mode or not.
|
||||
/// </summary>
|
||||
public bool SiteDarkMode { get; set; }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue