0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Disable free rotation by default

This is probably too delicate to use, most barcodes are still
recognized when skewed (a little), and it can be quite an expensive
operation to rotate a very big image. So it's better to disable
this feature by default (for new installations).
This commit is contained in:
Markus Fisch 2024-01-09 20:25:21 +01:00
parent 40c2f5947b
commit 91e3acb647

View File

@ -199,7 +199,7 @@ class Preferences {
apply(LAST_MARGIN, value)
field = value
}
var freeRotation = true
var freeRotation = false
set(value) {
apply(FREE_ROTATION, value)
field = value