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(),
|
spellcheck: await getSpellCheckSetting(),
|
||||||
backgroundThrottling: isThrottlingEnabled,
|
backgroundThrottling: isThrottlingEnabled,
|
||||||
enablePreferredSizeMode: true,
|
enablePreferredSizeMode: true,
|
||||||
|
disableBlinkFeatures: 'Accelerated2dCanvas,AcceleratedSmallCanvases',
|
||||||
},
|
},
|
||||||
icon: windowIcon,
|
icon: windowIcon,
|
||||||
...pick(windowConfig, ['autoHideMenuBar', 'width', 'height', 'x', 'y']),
|
...pick(windowConfig, ['autoHideMenuBar', 'width', 'height', 'x', 'y']),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue