From bc40fc3d4922af8844b3e07f4c263efa37a2b63b Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 3 Oct 2023 11:11:39 +0900 Subject: [PATCH] fix: remove FluentScrollbar --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');