From fd7a001a9072a867617f40e983a3e8b439706809 Mon Sep 17 00:00:00 2001 From: NodeMixaholic Date: Fri, 3 Mar 2023 09:17:55 -0600 Subject: [PATCH] Update main.js --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 6ae2111..ca59357 100644 --- a/main.js +++ b/main.js @@ -17,6 +17,7 @@ function createWindow () { }) mainWindow.removeMenu() + mainWindow.setMinimumSize(800, 600) const toBlock = [ @@ -91,4 +92,4 @@ app.on('window-all-closed', function () { }) // In this file you can include the rest of your app's specific main process -// code. You can also put them in separate files and require them here. \ No newline at end of file +// code. You can also put them in separate files and require them here.