From 75384c8057c53b2e8b51aef78f7666ae11dcc275 Mon Sep 17 00:00:00 2001 From: lyc Date: Sat, 19 Oct 2024 17:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=A8=E5=B1=8F?= 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 4dcd521..44b0d89 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -96,6 +96,7 @@ function createMainWindow() { frame: false, // 无边框 autoHideMenuBar: true, maximizable: false, + fullscreen: true, icon: join(__dirname, '../../resources/logo2.ico'), ...(process.platform === 'linux' ? { icon } : {}), webPreferences: {