mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 11:11:45 -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