mirror of
https://github.com/Eugeny/tabby.git
synced 2025-04-06 16:00:28 +08:00
hide menu on Linux and Windows
This commit is contained in:
parent
6bc2d18f3c
commit
5fe71b8169
@ -21,7 +21,9 @@ export class Application {
|
||||
this.enableTray()
|
||||
}
|
||||
})
|
||||
this.setupMenu()
|
||||
if (process.platform === 'darwin') {
|
||||
this.setupMenu()
|
||||
}
|
||||
await window.ready
|
||||
return window
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user