mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update input ui
This commit is contained in:
parent
2e23944e52
commit
07f0cf7c3f
4 changed files with 4 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ var details = function () { return ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ var details = function () { return ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ const details = (): IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ const details = ():IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue