summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-13 17:58:45 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-13 17:58:45 +0200
commit9bb6228dee9898b0792955527b94df29a0f034c0 (patch)
treecd4f6a5d22c99f0ccc3a0d3b60cdfacfbf8857d8 /source/rofi.c
parent758714995091977ec0dd87b7c664cd3f36a7d093 (diff)
First test complete.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 9425738b..5afa10da 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -557,6 +557,7 @@ static void rofi_collect_modi ( void )
#endif
rofi_collect_modi_add ( &combi_mode );
rofi_collect_modi_add ( &help_keys_mode );
+ rofi_collect_modi_add ( &file_browser_mode );
if ( find_arg ( "-no-plugins" ) < 0 ) {
find_arg_str ( "-plugin-path", &( config.plugin_path ) );