disable earbang protection by default

This commit is contained in:
end-4
2025-09-05 20:30:18 +02:00
committed by GitHub
parent 8360d4d589
commit f290192de4
@@ -101,7 +101,7 @@ Singleton {
// Values in %
property JsonObject protection: JsonObject {
// Prevent sudden bangs
property bool enable: true
property bool enable: false
property real maxAllowedIncrease: 10
property real maxAllowed: 99
}