From a17be498509a8af857a21ba32c213f6074cb2daa Mon Sep 17 00:00:00 2001 From: lyc Date: Thu, 15 Aug 2024 14:57:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E5=8F=8C=E5=87=BB=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=8C=96?= 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 c90837e..cd246a5 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -65,6 +65,7 @@ function createMainWindow() { show: false, frame: false, // 无边框 autoHideMenuBar: true, + maximizable: false, icon: join(__dirname, '../../resources/logo2.ico'), ...(process.platform === 'linux' ? { icon } : {}), webPreferences: {