Skip to content

Commit

Permalink
fix: 🐛 Rename --display-buffer to --video-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 6, 2024
1 parent 9491069 commit b2bb0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/preference/model/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ export default {
allowCreate: true,
},
},
displayBuffer: {
videoBuffer: {
label: 'preferences.video.video-buffer.name',
field: '--display-buffer',
field: '--video-buffer',
type: 'InputNumber',
value: undefined,
placeholder: 'preferences.video.video-buffer.placeholder',
Expand Down

0 comments on commit b2bb0ae

Please sign in to comment.