Add labels

This commit is contained in:
HaveAGitGat 2023-11-27 07:26:15 +00:00
parent 8c8ef277df
commit ae0ff14bf0
39 changed files with 79 additions and 1 deletions

View file

@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({
icon: 'faQuestion',
inputs: [
{
label: 'Greater Than',
name: 'greaterThan',
type: 'number',
defaultValue: '40',
@ -30,6 +31,7 @@ const details = (): IpluginDetails => ({
+ 'Default value is 40% so new file size must be at least 40% of original file size.',
},
{
label: 'Less Than',
name: 'lessThan',
type: 'number',
defaultValue: '110',

View file

@ -20,6 +20,7 @@ const details = (): IpluginDetails => ({
icon: 'faQuestion',
inputs: [
{
label: 'Greater Than',
name: 'greaterThan',
type: 'number',
defaultValue: '40',
@ -30,6 +31,7 @@ const details = (): IpluginDetails => ({
+ 'Default value is 40% so new file size must be at least 40% of original file size.',
},
{
label: 'Less Than',
name: 'lessThan',
type: 'number',
defaultValue: '110',