mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
nit: improve comment for shared Array Buffer
This commit is contained in:
2
index.js
2
index.js
@ -28,7 +28,7 @@ app.commandLine.appendSwitch(
|
||||
// WebAssembly flags
|
||||
"--experimental-wasm-threads"
|
||||
);
|
||||
app.commandLine.appendSwitch('enable-features', "SharedArrayBuffer"); // Fix downloader bug
|
||||
app.commandLine.appendSwitch("enable-features", "SharedArrayBuffer"); // Required for downloader
|
||||
app.allowRendererProcessReuse = true; // https://github.com/electron/electron/issues/18397
|
||||
if (config.get("options.disableHardwareAcceleration")) {
|
||||
if (is.dev()) {
|
||||
|
||||
Reference in New Issue
Block a user