mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-24 06:04:04 +03:00
word
This commit is contained in:
parent
5831e87f68
commit
a39eb31379
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user