🎨
This commit is contained in:
parent
4c1ede32cf
commit
78e3bb0660
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const BrowserWindow = require('electron').BrowserWindow
|
const {BrowserWindow, ipcMain, webContents} = require('electron')
|
||||||
const ipcMain = require('electron').ipcMain
|
|
||||||
const webContents = require('electron').webContents
|
|
||||||
|
|
||||||
// Doesn't exist in early initialization.
|
// Doesn't exist in early initialization.
|
||||||
let webViewManager = null
|
let webViewManager = null
|
||||||
|
|
Loading…
Reference in a new issue