mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add font gamma to readerconfig
This commit is contained in:
@@ -44,6 +44,14 @@ CreOptions = {
|
||||
args = {1},
|
||||
default_arg = nil,
|
||||
event = "ToggleFontBolder",
|
||||
},
|
||||
{
|
||||
name = "font_gamma",
|
||||
name_text = "Gamma",
|
||||
item_text = {"decrease", "increase"},
|
||||
args = {"decrease", "increase"},
|
||||
default_arg = nil,
|
||||
event = "ChangeFontGamma",
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user