mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Fix QR code icon
This commit is contained in:
parent
58de07a759
commit
7c3698beba
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10().scanIntoLocation),
|
title: Text(L10().scanIntoLocation),
|
||||||
leading: FaIcon(FontAwesomeIcons.exchangeAlt, color: COLOR_CLICK),
|
leading: FaIcon(FontAwesomeIcons.exchangeAlt, color: COLOR_CLICK),
|
||||||
trailing: Icon(Icons.qr_code),
|
trailing: Icon(Icons.qr_code_scanner),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.push(
|
Navigator.push(
|
||||||
context,
|
context,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue