Transfer: export all key images by default

This commit is contained in:
benevanoff
2020-12-25 02:16:15 -06:00
parent fed00a5662
commit 6dd7445938
3 changed files with 4 additions and 4 deletions

View File

@@ -718,7 +718,7 @@ Rectangle {
selectExisting: false
onAccepted: {
console.log(walletManager.urlToLocalPath(exportKeyImagesDialog.fileUrl))
currentWallet.exportKeyImages(walletManager.urlToLocalPath(exportKeyImagesDialog.fileUrl));
currentWallet.exportKeyImages(walletManager.urlToLocalPath(exportKeyImagesDialog.fileUrl), true);
}
onRejected: {
console.log("Canceled");