Automation: allow 50% profile

This commit is contained in:
Milos Kozak 2022-05-10 18:24:03 +02:00
parent f12e93fcf3
commit 4e44055014

View file

@ -25,7 +25,7 @@ class InputPercent() : Element() {
companion object {
const val MIN = 70.0
const val MIN = 50.0
const val MAX = 130.0
}
}