Added max_entries
to default config
This commit is contained in:
@@ -26,6 +26,9 @@ Config(
|
|||||||
|
|
||||||
// Close window when a click outside the main box is received
|
// Close window when a click outside the main box is received
|
||||||
close_on_click: false,
|
close_on_click: false,
|
||||||
|
|
||||||
|
// Limit amount of entries shown in total
|
||||||
|
max_entries: None,
|
||||||
|
|
||||||
// List of plugins to be loaded by default, can be specified with a relative path to be loaded from the
|
// List of plugins to be loaded by default, can be specified with a relative path to be loaded from the
|
||||||
// `<anyrun config dir>/plugins` directory or with an absolute path to just load the file the path points to.
|
// `<anyrun config dir>/plugins` directory or with an absolute path to just load the file the path points to.
|
||||||
|
Reference in New Issue
Block a user