diff --git a/src/electron-main.ts b/src/electron-main.ts index fd27ad2..8bb7f4b 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -301,7 +301,7 @@ if (!app.commandLine.hasSwitch("enable-features")) { // Workaround bug in electron 36:https://github.com/electron/electron/issues/46538 // Hopefully this will no longer be needed soon and can be removed if (process.platform === "linux") { - app.commandLine.appendSwitch('gtk-version', '3'); + app.commandLine.appendSwitch("gtk-version", "3"); } const gotLock = app.requestSingleInstanceLock();