add setting to hide tray (menubar for macos)

This commit is contained in:
Charles Buffington
2024-05-07 12:13:19 -04:00
parent 860ee3eaa9
commit 9425920f94
4 changed files with 19 additions and 1 deletions

View File

@@ -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