Skip to content

Commit

Permalink
fix: comment out main window maximize to prevent automatic resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar committed Nov 16, 2024
1 parent 977082c commit 457f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const createWindow = () => {
shell.openExternal(details.url); // Open URL in user's browser.
return { action: "deny" }; // Prevent the app from opening the URL.
});
mainWindow.maximize();
// mainWindow.maximize();

// and load the index.html of the app.
if (MAIN_WINDOW_VITE_DEV_SERVER_URL) {
Expand Down

0 comments on commit 457f098

Please sign in to comment.