diff --git a/app/main.ts b/app/main.ts index cc0726820..52ca71a5e 100644 --- a/app/main.ts +++ b/app/main.ts @@ -551,6 +551,7 @@ async function createWindow() { spellcheck: await getSpellCheckSetting(), backgroundThrottling: isThrottlingEnabled, enablePreferredSizeMode: true, + disableBlinkFeatures: 'Accelerated2dCanvas,AcceleratedSmallCanvases', }, icon: windowIcon, ...pick(windowConfig, ['autoHideMenuBar', 'width', 'height', 'x', 'y']),