add 'full/mini' options for progress bar of crereader

This commit is contained in:
chrox
2014-02-12 15:26:56 +08:00
parent 8b09ee7cf1
commit 9f507e6447
8 changed files with 73 additions and 33 deletions

View File

@@ -121,6 +121,16 @@ local CreOptions = {
default_arg = "page",
event = "SetViewMode",
},
{
name = "status_line",
name_text = S.PROGRESS_BAR,
toggle = {S.FULL, S.MINI},
values = {0, 1},
default_value = 0,
args = {0, 1},
default_arg = 0,
event = "SetStatusLine",
},
{
name = "embedded_css",
name_text = S.EMBEDDED_STYLE,