ref/action-xvfb-linux

This commit is contained in:
Maxime GRIS
2021-06-25 17:34:17 +02:00
parent e8f36a3496
commit 60b591b0d4
2 changed files with 11 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ export class ElectronService {
// it must be declared in dependencies of both package.json (in root and app folders)
// If you want to use remote object in renderer process, please set enableRemoteModule to true in main.ts
this.remote = window.require('@electron/remote');
console.log('remote - globalShortcut', this.remote.globalShortcut);
}
}
}