diff --git a/examples/config.ron b/examples/config.ron index b18bf57..d130152 100644 --- a/examples/config.ron +++ b/examples/config.ron @@ -27,6 +27,9 @@ Config( // Close window when a click outside the main box is received close_on_click: false, + // Show search results immediately when Anyrun starts + show_results_immediately: false, + // Limit amount of entries shown in total max_entries: None,