Added show_results_immediately to example config

This commit is contained in:
Kirottu
2023-05-11 10:27:46 +03:00
parent 7f29aa8224
commit 5f2067e22f

View File

@@ -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,