Merge pull request #5984 from BlueWallet/import

ADD: Allow importing a QR Code image from other sources
This commit is contained in:
GLaDOS 2024-01-06 12:50:56 +00:00 committed by GitHub
commit 41f4afed79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ const AddressInput = ({
launchedBy,
onBarScanned,
onBarScannerDismissWithoutData,
showFileImportButton: true
},
});
});