aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index f90944f8..5a6bcabb 100644
--- a/main.qml
+++ b/main.qml
@@ -794,4 +794,8 @@ ApplicationWindow {
}
}
}
+ onClosing: {
+ walletManager.closeWallet(currentWallet);
+ console.log("onClosing called");
+ }
}