diff options
Diffstat (limited to 'src/app_search.c')
-rw-r--r-- | src/app_search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_search.c b/src/app_search.c index db4c398..a3f38e3 100644 --- a/src/app_search.c +++ b/src/app_search.c @@ -195,7 +195,7 @@ static struct apk_applet apk_search = { .name = "search", .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE, .context_size = sizeof(struct search_ctx), - .optgroups = { &optgroup_global, &optgroup_applet }, + .optgroups = { &optgroup_global, &optgroup_source, &optgroup_applet }, .main = search_main, }; |