Skip to content

Commit 3220c8a

Browse files
committed
update macos frameless
1 parent 348c142 commit 3220c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function createWindow () {
3636
mainWindow = new BrowserWindow({
3737
//当前窗口的title只能从index.ejs里改变title标签
3838
icon: path.resolve(__static, 'icon.ico'), //注意路径!当前窗口的icon
39-
titleBarStyle: 'customButtonsOnHover',
39+
// titleBarStyle: 'customButtonsOnHover',
4040
width: 320,
4141
height: 550,
4242
show: false,

0 commit comments

Comments
 (0)