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