1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 06:04:04 +03:00
This commit is contained in:
Eugene Pankov 2018-10-31 17:30:08 +01:00
parent 5831e87f68
commit a39eb31379

View File

@ -72,7 +72,7 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
.form-line(*ngIf='config.store.appearance.vibrancy && isFluentVibrancySupported') .form-line(*ngIf='config.store.appearance.vibrancy && isFluentVibrancySupported')
.header .header
.title Vibrancy type .title Background type
.btn-group( .btn-group(
[(ngModel)]='config.store.appearance.vibrancyType', [(ngModel)]='config.store.appearance.vibrancyType',
(ngModelChange)='config.save()', (ngModelChange)='config.save()',
@ -95,7 +95,7 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
.form-line .form-line
.header .header
.title Window opacity .title Transparency
input( input(
type='range', type='range',
[(ngModel)]='config.store.appearance.opacity', [(ngModel)]='config.store.appearance.opacity',