added ltr-bits config option

This commit is contained in:
2025-04-15 18:19:51 +02:00
parent a935484665
commit 65d11fc920
3 changed files with 51 additions and 15 deletions

View File

@@ -15,6 +15,9 @@
}
let start = int(start-end.last())
let end = int(start-end.first())
if end < start {
(start, end) = (end, start)
}
return (start, end)
}