mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add screen rotate to readerconfig
This commit is contained in:
@@ -4,6 +4,19 @@ CreOptions = {
|
||||
prefix = 'copt',
|
||||
default_options = {
|
||||
},
|
||||
{
|
||||
icon = "resources/icons/appbar.transform.rotate.right.large.png",
|
||||
options = {
|
||||
{
|
||||
name="screen_mode",
|
||||
name_text = "Screen Mode",
|
||||
item_text = {"portrait", "landscape"},
|
||||
args = {"portrait", "landscape"},
|
||||
default_arg = nil,
|
||||
event = "SetScreenViewMode",
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
icon = "resources/icons/appbar.column.two.large.png",
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user