enable transparency when vibrancy is enabled on Windows

This commit is contained in:
Eugene Pankov
2018-08-24 23:16:09 +02:00
parent 594597e93d
commit a10c6e6251
2 changed files with 6 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ ngb-tabset.vertical(type='tabs', [activeId]='activeTab')
br
.btn-group(
'[(ngModel)]'='config.store.appearance.vibrancy'
'(ngModelChange)'='config.save()'
'(ngModelChange)'='config.save(); (hostApp.platform === Platform.Windows && config.requestRestart())'
ngbRadioGroup
)
label.btn.btn-secondary(ngbButtonLabel)