diff --git a/desktop/src/main.ts b/desktop/src/main.ts index 93c85c92a..e8bf1fee0 100644 --- a/desktop/src/main.ts +++ b/desktop/src/main.ts @@ -87,10 +87,6 @@ const logStartupBanner = () => { log.info("Running on", { platform, osRelease, systemVersion }); }; -function enableSharedArrayBufferSupport() { - app.commandLine.appendSwitch("enable-features", "SharedArrayBuffer"); -} - /** * [Note: Increased disk cache for the desktop app] *