Update to electron@18.1.0

This commit is contained in:
Fedor Indutny 2022-04-25 13:58:01 -07:00 committed by GitHub
parent 40f16b98e2
commit 5f3a62cbb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 21 deletions

View file

@ -489,7 +489,6 @@ async function createWindow() {
__dirname,
usePreloadBundle ? '../preload.bundle.js' : '../preload.js'
),
nativeWindowOpen: true,
spellcheck: await getSpellCheckSetting(),
backgroundThrottling: isThrottlingEnabled,
enablePreferredSizeMode: true,