From 1d1972c126587a8ca1efab33ef9ac95e22bfa70b Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Sun, 3 Aug 2025 16:32:36 +0300 Subject: [PATCH] Profiles main: add help text to "Execute promptly" --- plugins/profiles.koplugin/main.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/profiles.koplugin/main.lua b/plugins/profiles.koplugin/main.lua index 8cc26413c..672e328ed 100644 --- a/plugins/profiles.koplugin/main.lua +++ b/plugins/profiles.koplugin/main.lua @@ -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,