mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-23 04:49:59 +00:00
ui tweak
This commit is contained in:
parent
5b4d5efcc9
commit
d221ad3078
@ -46,14 +46,6 @@ button.btn.btn-outline-warning.btn-block(*ngIf='config.restartRequested', '(clic
|
|||||||
.description Allows quickly opening a terminal in the selected folder
|
.description Allows quickly opening a terminal in the selected folder
|
||||||
toggle([ngModel]='isShellIntegrationInstalled', (ngModelChange)='toggleShellIntegration()')
|
toggle([ngModel]='isShellIntegrationInstalled', (ngModelChange)='toggleShellIntegration()')
|
||||||
|
|
||||||
.form-line
|
|
||||||
.header
|
|
||||||
.title Debugging
|
|
||||||
|
|
||||||
button.btn.btn-secondary((click)='hostApp.openDevTools()')
|
|
||||||
i.fas.fa-bug
|
|
||||||
span Open DevTools
|
|
||||||
|
|
||||||
.form-line
|
.form-line
|
||||||
.header
|
.header
|
||||||
.title Enable analytics
|
.title Enable analytics
|
||||||
@ -69,6 +61,14 @@ button.btn.btn-outline-warning.btn-block(*ngIf='config.restartRequested', '(clic
|
|||||||
.description Enable automatic installation of updates when they become available.
|
.description 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
|
||||||
|
.header
|
||||||
|
.title Debugging
|
||||||
|
|
||||||
|
button.btn.btn-secondary((click)='hostApp.openDevTools()')
|
||||||
|
i.fas.fa-bug
|
||||||
|
span Open DevTools
|
||||||
|
|
||||||
li(*ngFor='let provider of settingsProviders', [ngbNavItem]='provider.id')
|
li(*ngFor='let provider of settingsProviders', [ngbNavItem]='provider.id')
|
||||||
a(ngbNavLink)
|
a(ngbNavLink)
|
||||||
i(class='fas fa-fw mr-2 fa-{{provider.icon || "puzzle-piece"}}')
|
i(class='fas fa-fw mr-2 fa-{{provider.icon || "puzzle-piece"}}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user