默认全屏

This commit is contained in:
lyc 2024-10-19 17:00:09 +08:00
parent e4114bf1b4
commit 75384c8057
1 changed files with 1 additions and 0 deletions

View File

@ -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: {