mirror of
https://github.com/AltarikMC/Launcher
synced 2025-12-13 11:41:45 +00:00
dump @types/node from 14.14.34 to 14.14.35 + contextIsolation from false to true
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'use strict';
|
||||
const {ipcRenderer} = require('electron');
|
||||
const { ipcRenderer } = require('electron');
|
||||
|
||||
window.addEventListener("DOMContentLoaded", () => {
|
||||
const minimizeButton = document.getElementById("minimize-btn")
|
||||
|
||||
@@ -31,7 +31,7 @@ function createWindow () {
|
||||
icon: iconPath,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
enableRemoteModule: true
|
||||
contextIsolation: false
|
||||
},
|
||||
frame: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user