allow overriding hook depths

This commit is contained in:
Mike L 2025-07-12 23:38:47 +02:00
parent 007b922316
commit 424d08d75e

View file

@ -47,6 +47,10 @@ const validMetricOverrideFields = new Set([
"archDepth",
"smallArchDepth",
"advanceScaleSp",
"hook",
"ahook",
"shook",
"jhook",
]);
///////////////////////////////////////////////////////////////////////////////////////////////////