Merge pull request '默认全屏' (#338) from lyc-dev into main
This commit is contained in:
commit
8f91be9a4b
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue