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

View File

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