mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Profiles main: add help text to "Execute promptly"
This commit is contained in:
@@ -162,6 +162,8 @@ function Profiles:getSubMenuItems()
|
||||
},
|
||||
{
|
||||
text = _("Execute promptly"),
|
||||
help_text = _([[Enable this option to execute the profile before some other operations triggered by the event.
|
||||
For example, with a trigger "on document closing" the profile will be executed before the document is closed.]]),
|
||||
checked_func = function()
|
||||
return v.settings.auto_exec_promptly
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user