diff --git a/src/main.ts b/src/main.ts index b870a28..2676396 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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) {