mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
rename 'screen rotation' option in koptinterface to 'vertical text'
This commit is contained in:
@@ -23,11 +23,10 @@ KoptOptions = {
|
||||
icon = "resources/icons/appbar.transform.rotate.right.large.png",
|
||||
options = {
|
||||
{
|
||||
name="screen_rotation",
|
||||
name_text = "Screen Rotation",
|
||||
name="screen_mode",
|
||||
name_text = "Screen Mode",
|
||||
item_text = {"portrait", "landscape"},
|
||||
values = {0, 90},
|
||||
default_value = 0,
|
||||
-- TODO: add screen mode changing command
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -116,6 +115,13 @@ KoptOptions = {
|
||||
values = {1,2,3,4},
|
||||
default_value = 2,
|
||||
},
|
||||
{
|
||||
name="screen_rotation",
|
||||
name_text = "Vertical Text",
|
||||
item_text = {"true", "false"},
|
||||
values = {90, 0},
|
||||
default_value = 0,
|
||||
},
|
||||
{
|
||||
name = "quality",
|
||||
name_text = "Render Quality",
|
||||
|
||||
Reference in New Issue
Block a user