diff --git a/index.ts b/index.ts index 59e378e1..5d744118 100644 --- a/index.ts +++ b/index.ts @@ -39,7 +39,7 @@ if (!gotTheLock) { // SharedArrayBuffer: Required for downloader (@ffmpeg/core-mt) // OverlayScrollbar: Required for overlay scrollbars -app.commandLine.appendSwitch('enable-features', 'OverlayScrollbar,FluentScrollbar,SharedArrayBuffer'); +app.commandLine.appendSwitch('enable-features', 'OverlayScrollbar,SharedArrayBuffer'); if (config.get('options.disableHardwareAcceleration')) { if (is.dev()) { console.log('Disabling hardware acceleration');