add a command to share recording on oisux nextcloud
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user