mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
added info for wallet download
This commit is contained in:
parent
d57ab6e9d3
commit
0879abdce2
@ -2311,7 +2311,12 @@ function App() {
|
|||||||
|
|
||||||
{walletToBeDownloaded && (
|
{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
|
Download wallet
|
||||||
</CustomButton>
|
</CustomButton>
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user