Add option to differentiate images per page for landscape and portrait orientations (#214)

This commit is contained in:
角砂糖
2025-02-21 09:12:01 +08:00
committed by GitHub
parent 26adfc6c4f
commit 24b7319bb5
4 changed files with 54 additions and 10 deletions

View File

@@ -133,7 +133,8 @@ class Settings with ChangeNotifier {
'defaultSearchTarget': null,
'autoPageTurningInterval': 5, // in seconds
'readerMode': 'galleryLeftToRight', // values of [ReaderMode]
'readerScreenPicNumber': 1, // 1 - 5
'readerScreenPicNumberForLandscape': 1, // 1 - 5
'readerScreenPicNumberForPortrait': 1, // 1 - 5
'enableTapToTurnPages': true,
'reverseTapToTurnPages': false,
'enablePageAnimation': true,