refactor: ginify BrowserView (#23578)
This commit is contained in:
parent
66d65a6d35
commit
9bd0fc5348
12 changed files with 128 additions and 165 deletions
|
@ -1,6 +0,0 @@
|
|||
const { BrowserView, app } = require('electron');
|
||||
app.whenReady().then(function () {
|
||||
new BrowserView({}) // eslint-disable-line
|
||||
|
||||
app.quit();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue