mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add reading progress bar at the bottom of ReaderView for pdf/djvu reader
And there is also a toggle full screen option to turn on/off the progress bar.
This commit is contained in:
@@ -38,6 +38,15 @@ KoptOptions = {
|
||||
{
|
||||
icon = "resources/icons/appbar.column.two.large.png",
|
||||
options = {
|
||||
{
|
||||
name = "full_screen",
|
||||
name_text = "Full Screen",
|
||||
toggle = {"on", "off"},
|
||||
values = {1, 0},
|
||||
default_value = 0,
|
||||
event = "SetFullScreen",
|
||||
args = {true, false},
|
||||
},
|
||||
{
|
||||
name = "page_margin",
|
||||
name_text = "Page Margin",
|
||||
|
||||
Reference in New Issue
Block a user