summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-04-05 09:48:42 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-04-05 09:48:42 +0200
commitce0aedaf8d7e24eab48f6e9800d1631942e8795e (patch)
tree6782cdee32cf98f27d976587f6871af2f31ef9f1
parent4daff26451ee1f6dae7b66a5ecb5df51f4b3a284 (diff)
parentb48c94e971b7a553faa90e56f28c6c98262e8e8e (diff)
downloadmullvadvpn-ce0aedaf8d7e24eab48f6e9800d1631942e8795e.tar.xz
mullvadvpn-ce0aedaf8d7e24eab48f6e9800d1631942e8795e.zip
Merge branch 'reset-expiry-notifications-on-logout'
-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) {