mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 05:41:48 -03:00
Refactor main.js for improved structure and updates
This commit is contained in:
3
main.js
3
main.js
@@ -66,7 +66,7 @@ function createWindow() {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
nodeIntegration: false,
|
||||
contextIsolation: true,
|
||||
devTools: true,
|
||||
devTools: false,
|
||||
webSecurity: true
|
||||
}
|
||||
});
|
||||
@@ -563,3 +563,4 @@ ipcMain.handle('window-minimize', () => {
|
||||
mainWindow.minimize();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user