Implement keepalive plugin (#2456)

This commit is contained in:
Hzj_jie
2016-12-27 02:03:11 -08:00
committed by Qingping Hou
parent 9e9f4be5be
commit ce6bc3df8d
3 changed files with 54 additions and 3 deletions

View File

@@ -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"),
})