Profiles main: add help text to "Execute promptly"

This commit is contained in:
hius07
2025-08-03 16:32:36 +03:00
committed by GitHub
parent c91942a57a
commit 1d1972c126

View File

@@ -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,