mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Update barcode / qrcode icons
This commit is contained in:
parent
53319c73da
commit
d296d589d9
9 changed files with 14 additions and 15 deletions
|
|
@ -372,7 +372,7 @@ List<Widget> detailTiles() {
|
|||
ListTile(
|
||||
title: Text(L10().barcodeScanInItems),
|
||||
leading: FaIcon(FontAwesomeIcons.exchangeAlt, color: COLOR_CLICK),
|
||||
trailing: FaIcon(FontAwesomeIcons.qrcode),
|
||||
trailing: Icon(Icons.qr_code),
|
||||
onTap: () {
|
||||
|
||||
var _loc = location;
|
||||
|
|
@ -400,7 +400,7 @@ List<Widget> detailTiles() {
|
|||
ListTile(
|
||||
title: Text("Move Stock Location"),
|
||||
leading: FaIcon(FontAwesomeIcons.sitemap),
|
||||
trailing: FaIcon(FontAwesomeIcons.qrcode),
|
||||
trailing: Icon(Icons.qr_code),
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue