From 0d1a96b202a6b27528abaff3f245369d34e5519f Mon Sep 17 00:00:00 2001 From: lyc Date: Thu, 15 Aug 2024 15:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AA=97=E5=8F=A3minwidth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/index.js b/src/main/index.js index cd246a5..7b93dc0 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -61,6 +61,7 @@ function createLoginWindow() { function createMainWindow() { mainWindow = new BrowserWindow({ width: 1200, + minWidth: 1200, height: 700, show: false, frame: false, // 无边框