From e837e9f3c61404baa522837c8801a8ecc36d2b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Mon, 23 Sep 2024 13:18:00 -0300 Subject: [PATCH] :sparkles: feat(anyrun): add a limit of 8 entries --- anyrun/config.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anyrun/config.ron b/anyrun/config.ron index d2e79ef..a44696c 100644 --- a/anyrun/config.ron +++ b/anyrun/config.ron @@ -7,7 +7,7 @@ Config ( ignore_exclusive_zones: false, layer: Overlay, show_results_immediately: true, - max_entries: None, + max_entries: Some(8), close_on_click: true, hide_plugin_info: true,