Skip to content

Commit

Permalink
fix: 🐛 Restore the --display-buffer parameter to solve the mirroring …
Browse files Browse the repository at this point in the history
…problem
  • Loading branch information
viarotel committed Nov 8, 2024
1 parent a66642f commit 0f3d869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/preference/model/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ export default {
},
videoBuffer: {
label: 'preferences.video.video-buffer.name',
field: '--video-buffer',
// field: '--video-buffer',
field: '--display-buffer',
type: 'InputNumber',
value: undefined,
placeholder: 'preferences.video.video-buffer.placeholder',
Expand Down

0 comments on commit 0f3d869

Please sign in to comment.