One more comment wording
This commit is contained in:
parent
4d49c7951a
commit
8fd50d030b
1 changed files with 2 additions and 2 deletions
|
|
@ -345,7 +345,7 @@ public class ReadingProfileService(IUnitOfWork unitOfWork, ILocalizationService
|
|||
existingProfile.AllowAutomaticWebtoonReaderDetection = dto.AllowAutomaticWebtoonReaderDetection;
|
||||
existingProfile.WidthOverride = dto.WidthOverride;
|
||||
|
||||
// EpubReading
|
||||
// Book Reader
|
||||
existingProfile.BookReaderMargin = dto.BookReaderMargin;
|
||||
existingProfile.BookReaderLineSpacing = dto.BookReaderLineSpacing;
|
||||
existingProfile.BookReaderFontSize = dto.BookReaderFontSize;
|
||||
|
|
@ -357,7 +357,7 @@ public class ReadingProfileService(IUnitOfWork unitOfWork, ILocalizationService
|
|||
existingProfile.BookReaderLayoutMode = dto.BookReaderLayoutMode;
|
||||
existingProfile.BookReaderImmersiveMode = dto.BookReaderImmersiveMode;
|
||||
|
||||
// Pdf Reading
|
||||
// PDF Reading
|
||||
existingProfile.PdfTheme = dto.PdfTheme;
|
||||
existingProfile.PdfScrollMode = dto.PdfScrollMode;
|
||||
existingProfile.PdfSpreadMode = dto.PdfSpreadMode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue