add a command to share recording on oisux nextcloud

This commit is contained in:
Association Oisux
2022-10-31 22:56:37 +01:00
parent dc65dbebf1
commit 8f79521cf5
10 changed files with 1440 additions and 3956 deletions

View File

@@ -32,6 +32,10 @@ if (os.platform() == 'darwin') {
app.dock.hide();
}
// avoid common issue with gpu acceleration on chrome
app.commandLine.appendSwitch('disable-gpu');
app.commandLine.appendArgument('disable-gpu');
// When the app is ready
app.on('ready', createWindow);