7
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:
Jason Bonnell 2021-03-25 15:51:58 -04:00
parent 20d4b86598
commit 0aedf40185

View File

@ -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,