mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ImageViewer: menu to invert rotations and set auto rotation (#11206)
Add some menu items under Screen>Rotation to allow inverting the default rotation of ImageViewer, and to auto-rotate for best fit on launch, so landscape images are auto-rotated to the preferred rotation.
This commit is contained in:
@@ -36,10 +36,6 @@ DCREREADER_VIEW_MODE = "page",
|
||||
-- default to false
|
||||
DSHOWOVERLAP = false,
|
||||
|
||||
-- landscape clockwise rotation
|
||||
-- default to true, set to false for counterclockwise rotation
|
||||
DLANDSCAPE_CLOCKWISE_ROTATION = true,
|
||||
|
||||
-- default minimum screen height for reading with 2 pages in landscape mode
|
||||
DCREREADER_TWO_PAGE_THRESHOLD = 7,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user