mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add font size menu entry
It changes screen DPI and may needs to reboot the reader to take effect. This should fix #746.
This commit is contained in:
@@ -80,8 +80,8 @@ function ReaderFrontLight:onPanRelease(arg, ges)
|
||||
end
|
||||
|
||||
function ReaderFrontLight:addToMainMenu(tab_item_table)
|
||||
-- insert fldial command to main reader menu
|
||||
table.insert(tab_item_table.main, {
|
||||
-- insert fldial command to setting tab of reader menu
|
||||
table.insert(tab_item_table.setting, {
|
||||
text = _("Frontlight settings"),
|
||||
callback = function()
|
||||
self:onShowFlDialog()
|
||||
|
||||
Reference in New Issue
Block a user