diff options
| -rw-r--r-- | main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -794,4 +794,8 @@ ApplicationWindow { } } } + onClosing: { + walletManager.closeWallet(currentWallet); + console.log("onClosing called"); + } } |
