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

View file

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