diff --git a/build.js b/build.js index c6a4c41..586430b 100644 --- a/build.js +++ b/build.js @@ -9,7 +9,7 @@ function createWindow() { const win = new BrowserWindow({ width: 800, height: 600, - fullscreen: true, + // fullscreen: true, autoHideMenuBar: true, webPreferences: { preload: path.join(__dirname, 'preload.js'), // preload 文件