mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
rotate page 90 degree instead of 270 degree before reflowing for vertical text
This commit is contained in:
@@ -161,7 +161,7 @@ KoptOptions = {
|
||||
name="screen_rotation",
|
||||
name_text = VERTICAL_TEXT_STR,
|
||||
toggle = {ON_STR, OFF_STR},
|
||||
values = {270, 0},
|
||||
values = {90, 0},
|
||||
default_value = 0,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user