Remove input

This commit is contained in:
HaveAGitGat 2021-12-31 19:29:22 +00:00
parent 3c9efb1c0b
commit 40f626f881

View file

@ -40,18 +40,6 @@ const details = () => ({
\\nExample:\\n
de`, // Each line following `Example:` will be clearly formatted. \\n used for line breaks
},
{
name: 'channels',
type: 'string',
defaultValue: 'eng',
inputUI: {
type: 'text',
},
tooltip: `Desired audio channel number.
\\nExample:\\n
2`,
},
],
});