Added max_entries to default config

This commit is contained in:
Kirottu
2023-05-03 10:54:19 +03:00
parent c4e0940ce5
commit d522c035d0

View File

@@ -27,6 +27,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.
plugins: [ plugins: [