Barcode tweaks (#726)

* Barcode tweaks

- Disable autozoom
- Update release notes
- Update contributor credits

* format
This commit is contained in:
Oliver 2025-11-20 07:51:19 +11:00 committed by GitHub
parent d039f3cfcf
commit e41842a31d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -44,7 +44,7 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState {
double zoomFactor = 0.0;
final MobileScannerController controller = MobileScannerController(
autoZoom: true,
autoZoom: false, // Disable autoZoom as we implement a manual slider
);
@override