Update electron.service.ts

This commit is contained in:
Eugene Pankov 2021-05-12 09:39:45 +02:00
parent f5fdf6cf44
commit bb386f7f8a
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -32,7 +32,7 @@ export class ElectronService {
this.clipboard = electron.clipboard
this.ipcRenderer = electron.ipcRenderer
this.process = remote.process
this.process = remote.getGlobal('process')
this.app = remote.app
this.screen = remote.screen
this.dialog = remote.dialog