diff --git a/main.js b/main.js index aa7a545..1c2902c 100644 --- a/main.js +++ b/main.js @@ -121,8 +121,9 @@ let skipSaveBecauseStartedByShell = isShell; function createWindow() { mainWindow = new BrowserWindow({ webPreferences: { - nodeIntegration: true + nodeIntegration: true, }, + height: 650, defaultEncoding: "utf8", });