mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
add setting to hide tray (menubar for macos)
This commit is contained in:
@@ -183,7 +183,7 @@ export class Application {
|
||||
}
|
||||
|
||||
enableTray (): void {
|
||||
if (!!this.tray || process.platform === 'linux') {
|
||||
if (!!this.tray || process.platform === 'linux' || this.configStore.showTray === false) {
|
||||
return
|
||||
}
|
||||
if (process.platform === 'darwin') {
|
||||
|
Reference in New Issue
Block a user