speedup base
This commit is contained in:
parent
729b84f2ca
commit
4a0f0063a0
10 changed files with 1212 additions and 238 deletions
|
@ -24,5 +24,10 @@ exports.load = (appUrl) => {
|
|||
mainWindow = new BrowserWindow(options)
|
||||
mainWindow.loadURL(appUrl)
|
||||
mainWindow.focus()
|
||||
mainWindow.webContents.on('dom-ready', () => {
|
||||
mainWindow.webContents.beginFrameSubscription(() => {
|
||||
console.log("asd")
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue