We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7a6fc commit a68824aCopy full SHA for a68824a
src/main/main.ts
@@ -33,7 +33,6 @@ const devpassword = 'diFay35WElL';
33
const softname = 'EmuDeckROMLauncher';
34
35
app.commandLine.appendSwitch('disk-cache-size', '10737418240');
36
-app.commandLine.appendSwitch('--no-sandbox');
37
38
let theme;
39
ipcMain.on('get-theme', async (event, name) => {
0 commit comments