diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-04-05 09:48:42 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-04-05 09:48:42 +0200 |
| commit | ce0aedaf8d7e24eab48f6e9800d1631942e8795e (patch) | |
| tree | 6782cdee32cf98f27d976587f6871af2f31ef9f1 | |
| parent | 4daff26451ee1f6dae7b66a5ecb5df51f4b3a284 (diff) | |
| parent | b48c94e971b7a553faa90e56f28c6c98262e8e8e (diff) | |
| download | mullvadvpn-ce0aedaf8d7e24eab48f6e9800d1631942e8795e.tar.xz mullvadvpn-ce0aedaf8d7e24eab48f6e9800d1631942e8795e.zip | |
Merge branch 'reset-expiry-notifications-on-logout'
| -rw-r--r-- | gui/src/main/account.ts | 1 |
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) { |
