mirror of
https://github.com/inventree/inventree-app.git
synced 2025-12-03 18:59:50 +00:00
Barcode tweaks (#726)
* Barcode tweaks - Disable autozoom - Update release notes - Update contributor credits * format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user