mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
make vibrancy disabling optional
This commit is contained in:
@@ -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()'
|
||||
)
|
||||
|
Reference in New Issue
Block a user