From 705ba70532f37950dac1c14ff689d84b44b97231 Mon Sep 17 00:00:00 2001 From: Jason <84899178+kommunarr@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:43:26 -0500 Subject: [PATCH] Implement minimum width and height for window (#5931) --- src/main/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 10ca46343829e..b6143082be07d 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -690,7 +690,9 @@ function runApp() { webSecurity: false, backgroundThrottling: false, contextIsolation: false - } + }, + minWidth: 340, + minHeight: 380 } const newWindow = new BrowserWindow(