Add step size to kroeader tolerance setting

This commit is contained in:
schroda
2025-09-18 19:20:41 +02:00
parent c77a1b1677
commit 5456428916
2 changed files with 2 additions and 0 deletions

View File

@@ -205,4 +205,5 @@ export const KOREADER_SYNC_PERCENTAGE_TOLERANCE = {
default: 1.0e-15,
min: 1.0e-15,
max: 1,
step: 0.05,
};