mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-21 15:16:33 -04:00
Epub Text Bleeding Finally Fixed! (#4086)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com> Co-authored-by: Gazy Mahomar <gmahomarf@users.noreply.github.com> Co-authored-by: Stefans.A <104719225+privatestefans@users.noreply.github.com>
This commit is contained in:
@@ -37,6 +37,9 @@ public sealed record UserPreferencesDto
|
||||
/// <inheritdoc cref="API.Entities.AppUserPreferences.ColorScapeEnabled"/>
|
||||
[Required]
|
||||
public bool ColorScapeEnabled { get; set; } = true;
|
||||
/// <inheritdoc cref="API.Entities.AppUserPreferences.DataSaver"/>
|
||||
[Required]
|
||||
public bool DataSaver { get; set; } = false;
|
||||
|
||||
/// <inheritdoc cref="API.Entities.AppUserPreferences.AniListScrobblingEnabled"/>
|
||||
public bool AniListScrobblingEnabled { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user