mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Implement keepalive plugin (#2456)
This commit is contained in:
@@ -16,7 +16,7 @@ end
|
||||
function Hello:addToMainMenu(tab_item_table)
|
||||
table.insert(tab_item_table.plugins, {
|
||||
text = _("Hello World"),
|
||||
callback_func = function()
|
||||
callback = function()
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = _("Hello, docless plugin world"),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user