Apply auto-build changes

This commit is contained in:
HaveAGitGat 2023-11-27 07:30:54 +00:00 committed by github-actions[bot]
parent e725cad660
commit b7d7bdd45e
40 changed files with 84 additions and 0 deletions

View file

@ -16,6 +16,7 @@ var details = function () { return ({
icon: 'faQuestion',
inputs: [
{
label: 'Greater Than',
name: 'greaterThan',
type: 'number',
defaultValue: '99.5',
@ -26,6 +27,7 @@ var details = function () { return ({
+ 'Default value is 99.5% so new file duration must be at least 40% of original file duration.',
},
{
label: 'Less Than',
name: 'lessThan',
type: 'number',
defaultValue: '100.5',