mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-08-07 14:12:33 -04:00
fix: My Wallet page
- download qr code - ui inconsistencies fixed --- Reviewed-by @schowdhuri
This commit is contained in:
parent
b40fe25930
commit
ec2193b460
26 changed files with 353 additions and 66 deletions
|
@ -26,6 +26,9 @@ export const haveno = {
|
|||
|
||||
getBackupData: async (): Promise<Uint8Array> =>
|
||||
ipcRenderer.invoke(IpcChannels.RestoreBackup),
|
||||
|
||||
downloadQRCode: async (qrCode: string): Promise<void> =>
|
||||
ipcRenderer.invoke(IpcChannels.DownloadQRCode, qrCode),
|
||||
};
|
||||
|
||||
exposeInMainWorld("haveno", haveno);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue