Change default size on open

This commit is contained in:
Quinten Kock 2025-12-03 01:12:07 +01:00
parent 4a3e78e56c
commit 954827a0d6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ setMenu();
const createWindow = () => {
// Create the browser window.
const mainWindow = new BrowserWindow({
width: 1152,
width: 1280,
height: 720,
webPreferences: {
preload: path.join(__dirname, "preload.js"),