Add UserBreakpoint API, disable width override after configured breakpoint
This commit is contained in:
parent
43c4969d5c
commit
b6e46e2f2d
19 changed files with 3942 additions and 47 deletions
|
|
@ -64,6 +64,9 @@ public sealed record UserReadingProfileDto
|
|||
/// <inheritdoc cref="AppUserReadingProfile.WidthOverride"/>
|
||||
public int? WidthOverride { get; set; }
|
||||
|
||||
/// <inheritdoc cref="AppUserReadingProfile.DisableWidthOverride"/>
|
||||
public BreakPoint DisableWidthOverride { get; set; } = BreakPoint.Never;
|
||||
|
||||
#endregion
|
||||
|
||||
#region EpubReader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue