From 0879abdce2bbbd327f40f68bdec635db4c6f902f Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 31 Oct 2024 11:49:45 +0200 Subject: [PATCH] added info for wallet download --- src/App.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 26d398f..38cca7b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2311,7 +2311,12 @@ function App() { {walletToBeDownloaded && ( <> - + { + await saveFileToDiskFunc() +await showInfo({ + message: `Your wallet file was saved to internal storage, in the document folder. Keep that file secure.`, + }) + }}> Download wallet