diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-08-05 11:08:43 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-08-22 08:34:37 +0200 |
| commit | bed560fc96d02d714ebc690277929dbd902778a4 (patch) | |
| tree | cecf6d1686c1bcd61b40086593aa6fbe011f29f0 /gui/src/main/notification-controller.ts | |
| parent | 27754f1b721dd1d0b82febf3df61153567dc7567 (diff) | |
| download | mullvadvpn-bed560fc96d02d714ebc690277929dbd902778a4.tar.xz mullvadvpn-bed560fc96d02d714ebc690277929dbd902778a4.zip | |
Move tray and window handling to new UserInterface class
Diffstat (limited to 'gui/src/main/notification-controller.ts')
| -rw-r--r-- | gui/src/main/notification-controller.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/notification-controller.ts b/gui/src/main/notification-controller.ts index 1f3b143590..a90090945f 100644 --- a/gui/src/main/notification-controller.ts +++ b/gui/src/main/notification-controller.ts @@ -15,7 +15,7 @@ import { SystemNotificationProvider, } from '../shared/notifications/notification'; -interface NotificationControllerDelegate { +export interface NotificationControllerDelegate { openApp(): void; openLink(url: string, withAuth?: boolean): Promise<void>; isWindowVisible(): boolean; |
