diff --git a/src/services/desktopPlatformUtils.service.ts b/src/services/desktopPlatformUtils.service.ts index 112fcddab7..8447e9cf40 100644 --- a/src/services/desktopPlatformUtils.service.ts +++ b/src/services/desktopPlatformUtils.service.ts @@ -100,7 +100,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService { return true; } - launchUri(uri: string): void { + launchUri(uri: string, options?: any): void { shell.openExternal(uri); }