diff --git a/apps/desktop/src/main.ts b/apps/desktop/src/main.ts index fbb83a1bf56..06f751b061c 100644 --- a/apps/desktop/src/main.ts +++ b/apps/desktop/src/main.ts @@ -103,11 +103,6 @@ export class Main { appDataPath = path.join(process.env.SNAP_USER_DATA, "appdata"); } - // Workaround for bug described here: https://github.com/electron/electron/issues/46538 - if (process.platform === "linux") { - app.commandLine.appendSwitch("gtk-version", "3"); - } - app.on("ready", () => { // on ready stuff... });