summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/src/main/account.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/main/account.ts b/gui/src/main/account.ts
index 768126e566..6ee2aafcde 100644
--- a/gui/src/main/account.ts
+++ b/gui/src/main/account.ts
@@ -181,6 +181,7 @@ export default class Account {
try {
await this.daemonRpc.logoutAccount();
+ this.delegate.closeNotificationsInCategory(SystemNotificationCategory.expiry);
this.expiryNotificationFrequencyScheduler.cancel();
this.firstExpiryNotificationScheduler.cancel();
} catch (e) {