mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Barcode tweaks (#726)
* Barcode tweaks - Disable autozoom - Update release notes - Update contributor credits * format
This commit is contained in:
parent
d039f3cfcf
commit
e41842a31d
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue