Merge pull request #4335 from h3poteto/iss-3799
refs #3799 Show title bar on macOS
This commit is contained in:
commit
8538cb8d18
|
@ -287,7 +287,7 @@ async function createWindow() {
|
|||
defaultHeight: 563
|
||||
})
|
||||
|
||||
const titleBarStyle = process.platform === 'win32' ? 'default' : 'hidden'
|
||||
const titleBarStyle = process.platform === 'linux' ? 'hidden' : 'default'
|
||||
|
||||
const mainOpts: BrowserWindowConstructorOptions = {
|
||||
titleBarStyle: titleBarStyle,
|
||||
|
|
Loading…
Reference in New Issue