Skip to content

Commit

Permalink
Update electron-main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShovel committed Aug 9, 2024
1 parent 63528f2 commit 0d37ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/electron-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let mainWindow;
// Function to create the main application window
function createWindow() {
mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 1100,
height: 800,
webPreferences: {
preload: path.join(__dirname, "preload.js"), // Load preload script
},
Expand Down

0 comments on commit 0d37ca8

Please sign in to comment.