mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
Fixed: auto hide menu-bar in windows
This commit is contained in:
parent
c1604fa3cb
commit
f33df32312
@ -22,6 +22,7 @@ const createRenameWindow = () => {
|
|||||||
if (process.platform === 'win32') {
|
if (process.platform === 'win32') {
|
||||||
options.show = true
|
options.show = true
|
||||||
options.backgroundColor = '#3f3c37'
|
options.backgroundColor = '#3f3c37'
|
||||||
|
options.autoHideMenuBar = true
|
||||||
}
|
}
|
||||||
|
|
||||||
const window = new BrowserWindow(options)
|
const window = new BrowserWindow(options)
|
||||||
|
Loading…
Reference in New Issue
Block a user