make sure wallet is closed on app close

pull/2/head
Jacob Brydolf 8 years ago
parent a88c031510
commit a7e4e341e9
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5

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