diff --git a/projects/ucap-webmessenger-native-electron/src/lib/services/electron-native.service.ts b/projects/ucap-webmessenger-native-electron/src/lib/services/electron-native.service.ts index 1895b446..7a16a116 100644 --- a/projects/ucap-webmessenger-native-electron/src/lib/services/electron-native.service.ts +++ b/projects/ucap-webmessenger-native-electron/src/lib/services/electron-native.service.ts @@ -472,8 +472,8 @@ export class ElectronNativeService implements NativeService { url: string, options?: { name?: string; features?: string; replace?: boolean } ): void { - // shell.openExternal(url); - this.ipcRenderer.send(ExternalChannel.OpenUrl, url, options); + shell.openExternal(url); + // this.ipcRenderer.send(ExternalChannel.OpenUrl, url, options); } readFromClipboard(): Promise<{