2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-29 05:56:47 +00:00

Fix barcode appBar text

This commit is contained in:
Oliver 2021-08-10 21:01:03 +10:00
parent 2cb3e89a9a
commit 0d6d0f754a

View File

@ -515,7 +515,7 @@ class _QRViewState extends State<InvenTreeQRView> {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: Text(_handler.getOverlayText(context)), title: Text(L10().scanBarcode),
), ),
body: Stack( body: Stack(
children: <Widget>[ children: <Widget>[