defaultBrowser 팝업오픈 로직 원복

This commit is contained in:
leejinho 2020-02-13 13:59:29 +09:00
parent ed210cc6f9
commit e825097971

View File

@ -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<{