mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
android: call EPD test from within KOReader (#5737)
* android: call EPD test from within KOReader Co-Authored-By: Frans de Jonge <fransdejonge@gmail.com>
This commit is contained in:
@@ -387,6 +387,15 @@ function FileManagerMenu:setUpdateItemTable()
|
||||
end,
|
||||
})
|
||||
end
|
||||
if Device:isAndroid() then
|
||||
table.insert(self.menu_items.developer_options.sub_item_table, {
|
||||
text = _("Start E-ink test"),
|
||||
callback = function()
|
||||
Device:epdTest()
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
||||
table.insert(self.menu_items.developer_options.sub_item_table, {
|
||||
text = _("Disable enhanced UI text shaping (xtext)"),
|
||||
checked_func = function()
|
||||
|
||||
Reference in New Issue
Block a user