make sure wallet is closed on app close

This commit is contained in:
Jacob Brydolf 2016-10-10 21:42:25 +02:00
parent a88c031510
commit a7e4e341e9
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5
1 changed files with 4 additions and 0 deletions

View File

@ -794,4 +794,8 @@ ApplicationWindow {
}
}
}
onClosing: {
walletManager.closeWallet(currentWallet);
console.log("onClosing called");
}
}