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

Enable auto rotate by default

With ZXingCpp this is hardly noticeable. So enable it for new users.
This commit is contained in:
Markus Fisch 2022-10-24 22:07:00 +02:00
parent b72ed746bf
commit 4e1eb28ca4

View File

@ -59,7 +59,7 @@ class Preferences {
apply(ZOOM_BY_SWIPING, value)
field = value
}
var autoRotate = false
var autoRotate = true
set(value) {
// Immediately save this setting before it shouldn't change
// on the fly while scanning.