make vibrancy disabling optional

This commit is contained in:
Eugene Pankov
2022-03-08 20:05:58 +01:00
parent 502f72ec35
commit df77cc99d9
3 changed files with 13 additions and 2 deletions

View File

@@ -315,3 +315,13 @@ h3.mt-4(translate) Hacks
[(ngModel)]='config.store.hacks.disableGPU',
(ngModelChange)='config.save(); config.requestRestart()'
)
.form-line(*ngIf='hostApp.platform === Platform.Windows')
.header
.title Disable fluent background while dragging
.description Fluent background sometimes causes drag lag
toggle(
[(ngModel)]='config.store.hacks.disableVibrancyWhileDragging',
(ngModelChange)='config.save(); config.requestRestart()'
)