diff options
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/main/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/src/main/index.ts b/desktop/packages/mullvad-vpn/src/main/index.ts index 34d9d5e95d..fca0d36aad 100644 --- a/desktop/packages/mullvad-vpn/src/main/index.ts +++ b/desktop/packages/mullvad-vpn/src/main/index.ts @@ -518,6 +518,10 @@ class ApplicationMain log.info('Connected to the daemon'); + await this.daemonRpc.verifyDaemonOwnership(); + + log.info('Verified daemon ownership'); + this.notificationController.closeNotificationsInCategory( SystemNotificationCategory.tunnelState, ); |
