config brm_limit from CLI

This commit is contained in:
Zeno Rogue 2021-03-31 00:36:25 +02:00
parent 05d6706d2c
commit 0ac88cbb2f
1 changed files with 3 additions and 0 deletions

View File

@ -1184,6 +1184,9 @@ auto hooks =
}
}) +
addHook(hooks_markers, 100, search_marker) +
addHook(hooks_configfile, 100, [] {
param_i(brm_limit, "brm_limit");
}) +
0;
void graph_rv_hooks() {