summaryrefslogtreecommitdiff
path: root/src/app_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_list.c')
-rw-r--r--src/app_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_list.c b/src/app_list.c
index fed9aa9..d3848ec 100644
--- a/src/app_list.c
+++ b/src/app_list.c
@@ -248,7 +248,7 @@ static struct apk_applet apk_list = {
.name = "list",
.open_flags = APK_OPENF_READ,
.context_size = sizeof(struct list_ctx),
- .optgroups = { &optgroup_global, &optgroup_applet },
+ .optgroups = { &optgroup_global, &optgroup_source, &optgroup_applet },
.main = list_main,
};