Skip to content

Commit

Permalink
rollback electron version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryFan626 committed Aug 3, 2023
1 parent f7e5851 commit 0526543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat2db-client/src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function createWindow() {
// const menu = Menu.buildFromTemplate(menuBar);
// Menu.setApplicationMenu(menu);

app.commandLine.appendSwitch('disable-gpu');
app.commandLine.appendSwitch('--disable-gpu-sandbox');

app.on('ready', () => {
createWindow();
Expand Down

0 comments on commit 0526543

Please sign in to comment.