mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-11 23:19:16 +00:00
electron now opens in 900p
This commit is contained in:
parent
20d4b86598
commit
0aedf40185
@ -8,8 +8,8 @@ let mainWindow: BrowserWindow | null;
|
||||
function createWindow() {
|
||||
// Create the browser window.
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 800,
|
||||
height: 600,
|
||||
width: 1600,
|
||||
height: 900,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, "preload.js"),
|
||||
nodeIntegration: true,
|
||||
|
Loading…
Reference in New Issue
Block a user