mirror of
https://github.com/zoriya/EAU.git
synced 2026-06-04 19:26:27 +00:00
Update main.js
This commit is contained in:
@@ -48,7 +48,7 @@ else
|
||||
|
||||
function createWindow()
|
||||
{
|
||||
win = new BrowserWindow({ width: 1080, height: 720 });
|
||||
win = new BrowserWindow({ width: 1080, height: 720, webPreferences: { webSecurity: false } });
|
||||
win.loadFile("dist/html/index.html");
|
||||
win.setMenu(null);
|
||||
win.webContents.openDevTools();
|
||||
@@ -68,4 +68,4 @@ function handleArgs(arg)
|
||||
var store = new Store("account");
|
||||
store.set("steam", token);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user