Merge pull request #9624 from C41M50N/feature/hide-tray

add setting to hide tray (menubar for macos)
This commit is contained in:
Eugene
2024-06-19 12:20:24 +02:00
committed by GitHub
4 changed files with 20 additions and 1 deletions

View File

@@ -121,6 +121,15 @@ h3.mb-3(translate) Window
label.btn.btn-secondary(for='frameFull')
span(translate) Full
.form-line(*ngIf='hostApp.platform !== Platform.Web && hostApp.platform !== Platform.Linux')
.header
.title(translate) Hide tray
.description(translate) Hide Tabby in tray or menu bar.
toggle(
[(ngModel)]='config.store.hideTray',
(ngModelChange)='saveConfiguration(true)'
)
h3.mt-4(translate) Docking
.form-line(*ngIf='docking')