mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
Merge pull request #3443
db8c4ed
main: handleTransactionConfirmed - fix 'no file specified' case (xiphon)
This commit is contained in:
commit
9a216682c8
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -932,7 +932,7 @@ ApplicationWindow {
|
|||
// called after user confirms transaction
|
||||
function handleTransactionConfirmed(fileName) {
|
||||
// View only wallet - we save the tx
|
||||
if(viewOnly && saveTxDialog.fileUrl){
|
||||
if(viewOnly){
|
||||
// No file specified - abort
|
||||
if(!saveTxDialog.fileUrl) {
|
||||
currentWallet.disposeTransaction(transaction)
|
||||
|
|
Loading…
Reference in a new issue