Disable 2d canvas acceleration
This commit is contained in:
parent
f084834d67
commit
bdc4f53e91
1 changed files with 1 additions and 0 deletions
|
@ -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']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue