Default webviewTag to false
This commit is contained in:
parent
1a210ed114
commit
a285a3e64b
1 changed files with 1 additions and 1 deletions
|
@ -54,10 +54,10 @@ electron.ipcRenderer.on('ELECTRON_INTERNAL_RENDERER_ASYNC_WEB_FRAME_METHOD', (ev
|
||||||
|
|
||||||
// Process command line arguments.
|
// Process command line arguments.
|
||||||
let nodeIntegration = 'false'
|
let nodeIntegration = 'false'
|
||||||
|
let webviewTag = 'false'
|
||||||
let preloadScript = null
|
let preloadScript = null
|
||||||
let isBackgroundPage = false
|
let isBackgroundPage = false
|
||||||
let appPath = null
|
let appPath = null
|
||||||
let webviewTag = 'true'
|
|
||||||
for (let arg of process.argv) {
|
for (let arg of process.argv) {
|
||||||
if (arg.indexOf('--guest-instance-id=') === 0) {
|
if (arg.indexOf('--guest-instance-id=') === 0) {
|
||||||
// This is a guest web view.
|
// This is a guest web view.
|
||||||
|
|
Loading…
Reference in a new issue