Skip to content

Commit de9b265

Browse files
authored
Update lib/views/widgets/drawer_elements.dart
1 parent 40b61ab commit de9b265

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

lib/views/widgets/drawer_elements.dart

+6-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ class DrawerElements extends StatelessWidget {
5050
text: L.security_and_backup,
5151
action: _securityBackup,
5252
),
53-
DrawerElement(
54-
svg: Assets.drawerIcons.exportKeyImages.svg(),
55-
text: L.export_key_images,
56-
action: _exportKeyImages,
57-
),
53+
if (coinWallet is MoneroWallet)
54+
DrawerElement(
55+
svg: Assets.drawerIcons.exportKeyImages.svg(),
56+
text: L.export_key_images,
57+
action: _exportKeyImages,
58+
),
5859
DrawerElement(
5960
svg: Assets.drawerIcons.otherSettings.svg(),
6061
text: L.other_settings,

0 commit comments

Comments
 (0)