TEST
This commit is contained in:
parent
2136ce80b7
commit
741c1a0cd2
4
index.js
4
index.js
@ -1,4 +1,4 @@
|
|||||||
const remoteMain = require('@electron/remote/main')
|
const remoteMain = require('@electron/remote/main');
|
||||||
remoteMain.initialize()
|
remoteMain.initialize()
|
||||||
|
|
||||||
// Requirements
|
// Requirements
|
||||||
@ -350,4 +350,4 @@ app.on('activate', () => {
|
|||||||
if (win === null) {
|
if (win === null) {
|
||||||
createWindow()
|
createWindow()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user