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:
@@ -100,6 +100,15 @@
|
||||
.description(translate) Enable automatic installation of updates when they become available.
|
||||
toggle([(ngModel)]='config.store.enableAutomaticUpdates', (ngModelChange)='saveConfiguration()')
|
||||
|
||||
.form-line(*ngIf='hostApp.platform !== Platform.Web')
|
||||
.header
|
||||
.title(translate) Show tray
|
||||
.description(translate) Show Tabby in tray or menu bar.
|
||||
toggle(
|
||||
[(ngModel)]='config.store.showTray',
|
||||
(ngModelChange)='saveConfiguration(true)'
|
||||
)
|
||||
|
||||
.form-line(*ngIf='hostApp.platform !== Platform.Web')
|
||||
.header
|
||||
.title(translate) Debugging
|
||||
|
Reference in New Issue
Block a user