This commit is contained in:
iGorTha 2023-03-30 17:22:21 +02:00 committed by GitHub
parent 2136ce80b7
commit 741c1a0cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
const remoteMain = require('@electron/remote/main')
const remoteMain = require('@electron/remote/main');
remoteMain.initialize()
// Requirements
@ -350,4 +350,4 @@ app.on('activate', () => {
if (win === null) {
createWindow()
}
})
})