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