mirror of
https://github.com/danbulant/console-hub
synced 2026-07-05 02:50:50 +00:00
Fix node integration check
This commit is contained in:
parent
36b100f2bc
commit
1dc4b81620
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
if(typeof require() != undefined){
|
if(typeof require != undefined){
|
||||||
var wifi, wifiQuality;
|
var wifi, wifiQuality;
|
||||||
// In renderer process (web page).
|
// In renderer process (web page).
|
||||||
const { ipcRenderer } = require('electron')
|
const { ipcRenderer } = require('electron')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue