mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 20:02:33 +00:00
added info for wallet download
This commit is contained in:
parent
d57ab6e9d3
commit
0879abdce2
@ -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>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user