fix: qr image
This commit is contained in:
parent
4830a69aad
commit
cb7a2445e1
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class _CodeWidgetState extends State<CodeWidget> {
|
|||
entries: <ContextMenuEntry>[
|
||||
MenuItem(
|
||||
label: 'QR',
|
||||
icon: Icons.qr_code,
|
||||
icon: Icons.qr_code_2_outlined,
|
||||
onSelected: () => _onShowQrPressed(null),
|
||||
),
|
||||
MenuItem(
|
||||
|
|
Loading…
Reference in a new issue