summaryrefslogtreecommitdiff
path: root/plugins/shellexecui/shellexecui.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexecui/shellexecui.c')
-rw-r--r--plugins/shellexecui/shellexecui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c
index 898be448..15440523 100644
--- a/plugins/shellexecui/shellexecui.c
+++ b/plugins/shellexecui/shellexecui.c
@@ -364,7 +364,7 @@ shellexecui_action_callback(DB_plugin_action_t *action, int ctx) {
static DB_plugin_action_t shellexecui_action = {
.title = "Edit/Configure custom shell commands",
.name = "shellexec_conf",
- .flags = DB_ACTION_COMMON,
+ .flags = DB_ACTION_COMMON | DB_ACTION_ADD_MENU,
.callback = shellexecui_action_callback,
.next = NULL,
};