mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
hide menu on Linux and Windows
This commit is contained in:
parent
6bc2d18f3c
commit
5fe71b8169
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ export class Application {
|
||||||
this.enableTray()
|
this.enableTray()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.setupMenu()
|
if (process.platform === 'darwin') {
|
||||||
|
this.setupMenu()
|
||||||
|
}
|
||||||
await window.ready
|
await window.ready
|
||||||
return window
|
return window
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue