mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Update barcode / qrcode icons
This commit is contained in:
@ -139,7 +139,7 @@ class _InvenTreeAppSettingsState extends State<InvenTreeAppSettingsWidget> {
|
||||
ListTile(
|
||||
title: Text(L10().barcodeTones),
|
||||
subtitle: Text(L10().soundOnBarcodeAction),
|
||||
leading: FaIcon(FontAwesomeIcons.qrcode),
|
||||
leading: Icon(Icons.qr_code),
|
||||
trailing: Switch(
|
||||
value: barcodeSounds,
|
||||
onChanged: setBarcodeSounds,
|
||||
|
Reference in New Issue
Block a user