[auth] Change ordering for menu items
This commit is contained in:
@@ -54,13 +54,6 @@ class _CodeSelectionActionsWidgetState
|
||||
onTap: widget.onShare,
|
||||
),
|
||||
);
|
||||
items.add(
|
||||
SelectionActionButton(
|
||||
labelText: 'QR',
|
||||
icon: Icons.qr_code_2_outlined,
|
||||
onTap: widget.onShowQR,
|
||||
),
|
||||
);
|
||||
|
||||
items.add(
|
||||
SelectionActionButton(
|
||||
@@ -71,6 +64,14 @@ class _CodeSelectionActionsWidgetState
|
||||
onTap: widget.onPin,
|
||||
),
|
||||
);
|
||||
|
||||
items.add(
|
||||
SelectionActionButton(
|
||||
labelText: 'QR',
|
||||
icon: Icons.qr_code_2_outlined,
|
||||
onTap: widget.onShowQR,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
if (widget.code.isTrashed) {
|
||||
|
||||
Reference in New Issue
Block a user