mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-22 03:18:01 +00:00
hide menu on Linux and Windows
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user