mirror of
https://github.com/marktext/marktext.git
synced 2025-05-08 07:19:48 +08:00
remove brackets
This commit is contained in:
parent
1fa183b205
commit
d5d98c90e3
@ -21,7 +21,7 @@ const createWindow = (pathname, options = {}) => {
|
||||
},
|
||||
useContentSize: true,
|
||||
show: false,
|
||||
frame: (process.platform === 'linux'),
|
||||
frame: process.platform === 'linux',
|
||||
titleBarStyle: 'hidden'
|
||||
}, options)
|
||||
let win = new BrowserWindow(winOpt)
|
||||
|
Loading…
Reference in New Issue
Block a user