defaultBrowser 팝업오픈 로직 원복
This commit is contained in:
parent
ed210cc6f9
commit
e825097971
|
@ -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<{
|
||||
|
|
Loading…
Reference in New Issue
Block a user