change from 'show tray' to 'hide tray'

This commit is contained in:
Charles Buffington
2024-06-18 17:05:19 -04:00
parent 439a7a8d44
commit 8a49c738b4
4 changed files with 8 additions and 7 deletions

View File

@@ -123,10 +123,10 @@ h3.mb-3(translate) Window
.form-line(*ngIf='hostApp.platform !== Platform.Web && hostApp.platform !== Platform.Linux')
.header
.title(translate) Show tray
.description(translate) Show Tabby in tray or menu bar.
.title(translate) Hide tray
.description(translate) Hide Tabby in tray or menu bar.
toggle(
[(ngModel)]='config.store.showTray',
[(ngModel)]='config.store.hideTray',
(ngModelChange)='saveConfiguration(true)'
)