added info for wallet download

This commit is contained in:
PhilReact 2024-10-31 11:49:45 +02:00
parent d57ab6e9d3
commit 0879abdce2

View File

@ -2311,7 +2311,12 @@ function App() {
{walletToBeDownloaded && (
<>
<CustomButton onClick={saveFileToDiskFunc}>
<CustomButton onClick={async ()=> {
await saveFileToDiskFunc()
await showInfo({
message: `Your wallet file was saved to internal storage, in the document folder. Keep that file secure.`,
})
}}>
Download wallet
</CustomButton>
</>