2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-12-04 03:09:56 +00:00

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
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