瀏覽代碼

Remove the sharedarraybuffer flag

From my understanding, this was needed for the wasm FFMPEG, which we are no
longer using when running as the desktop app.
Manav Rathi 1 年之前
父節點
當前提交
4d867898f7
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      desktop/src/main.ts

+ 0 - 4
desktop/src/main.ts

@@ -87,10 +87,6 @@ const logStartupBanner = () => {
     log.info("Running on", { platform, osRelease, systemVersion });
     log.info("Running on", { platform, osRelease, systemVersion });
 };
 };
 
 
-function enableSharedArrayBufferSupport() {
-    app.commandLine.appendSwitch("enable-features", "SharedArrayBuffer");
-}
-
 /**
 /**
  * [Note: Increased disk cache for the desktop app]
  * [Note: Increased disk cache for the desktop app]
  *
  *