Added book reader reading direction preference (#249)

This commit is contained in:
Joseph Milazzo 2021-06-03 09:05:07 -05:00 committed by GitHub
parent ec0327272f
commit 03c9b7a11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 892 additions and 0 deletions

View file

@ -145,6 +145,9 @@ namespace API.Data.Migrations
b.Property<bool>("BookReaderTapToPaginate")
.HasColumnType("INTEGER");
b.Property<int>("BookReaderReadingDirection")
.HasColumnType("INTEGER");
b.Property<int>("PageSplitOption")
.HasColumnType("INTEGER");