feat(anyrun): add a limit of 8 entries

This commit is contained in:
João Dias
2024-09-23 13:18:00 -03:00
parent d70362a855
commit e837e9f3c6
+1 -1
View File
@@ -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,