summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/main')
-rw-r--r--gui/src/main/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index d7036a508c..fc7903a04f 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -1180,6 +1180,7 @@ class ApplicationMain {
return response;
});
+ IpcMainEventChannel.account.handleUpdateData(() => this.updateAccountData());
IpcMainEventChannel.accountHistory.handleClear(async () => {
await this.daemonRpc.clearAccountHistory();