Skip to content

Commit

Permalink
Changed channels layout to channels count
Browse files Browse the repository at this point in the history
  • Loading branch information
Marnalas committed Jan 10, 2025
1 parent 5d34af5 commit fecb21d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ var details = function () { return ({
label: 'Channels ',
name: 'channels',
type: 'string',
defaultValue: '5.1',
defaultValue: '6',
inputUI: {
type: 'dropdown',
options: ['7.1', '5.1', '2.0'],
options: ['8', '6', '2'],
},
tooltip: 'Specify what number of channels should be used as the default channel.',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ const details = (): IpluginDetails => ({
label: 'Channels ',
name: 'channels',
type: 'string',
defaultValue: '5.1',
defaultValue: '6',
inputUI: {
type: 'dropdown',
options: ['7.1', '5.1', '2.0'],
options: ['8', '6', '2'],
},
tooltip: 'Specify what number of channels should be used as the default channel.',
},
Expand Down

0 comments on commit fecb21d

Please sign in to comment.