mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
move 'show tray' setting to window settings
This commit is contained in:
parent
9425920f94
commit
439a7a8d44
3 changed files with 11 additions and 11 deletions
|
@ -2036,7 +2036,7 @@ msgstr ""
|
||||||
msgid "Show Serial connections"
|
msgid "Show Serial connections"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:73
|
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:73
|
||||||
msgid "Show Tabby in tray or menu bar."
|
msgid "Show Tabby in tray or menu bar."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2048,7 +2048,7 @@ msgstr ""
|
||||||
msgid "Show toolbar"
|
msgid "Show toolbar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: locale/tmp-html/tabby-settings/src/components/settingsTab.component.html:73
|
#: locale/tmp-html/tabby-settings/src/components/windowSettingsTab.component.html:73
|
||||||
msgid "Show tray"
|
msgid "Show tray"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -100,15 +100,6 @@
|
||||||
.description(translate) Enable automatic installation of updates when they become available.
|
.description(translate) Enable automatic installation of updates when they become available.
|
||||||
toggle([(ngModel)]='config.store.enableAutomaticUpdates', (ngModelChange)='saveConfiguration()')
|
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')
|
.form-line(*ngIf='hostApp.platform !== Platform.Web')
|
||||||
.header
|
.header
|
||||||
.title(translate) Debugging
|
.title(translate) Debugging
|
||||||
|
|
|
@ -121,6 +121,15 @@ h3.mb-3(translate) Window
|
||||||
label.btn.btn-secondary(for='frameFull')
|
label.btn.btn-secondary(for='frameFull')
|
||||||
span(translate) Full
|
span(translate) Full
|
||||||
|
|
||||||
|
.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.
|
||||||
|
toggle(
|
||||||
|
[(ngModel)]='config.store.showTray',
|
||||||
|
(ngModelChange)='saveConfiguration(true)'
|
||||||
|
)
|
||||||
|
|
||||||
h3.mt-4(translate) Docking
|
h3.mt-4(translate) Docking
|
||||||
|
|
||||||
.form-line(*ngIf='docking')
|
.form-line(*ngIf='docking')
|
||||||
|
|
Loading…
Reference in a new issue