mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 10:15:54 -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',
|
type: 'boolean',
|
||||||
defaultValue: 'false',
|
defaultValue: 'false',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'dropdown',
|
||||||
options: [
|
options: [
|
||||||
'false',
|
'false',
|
||||||
'true',
|
'true',
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ var details = function () { return ({
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
defaultValue: 'false',
|
defaultValue: 'false',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'dropdown',
|
||||||
options: [
|
options: [
|
||||||
'false',
|
'false',
|
||||||
'true',
|
'true',
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ const details = (): IpluginDetails => ({
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
defaultValue: 'false',
|
defaultValue: 'false',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'dropdown',
|
||||||
options: [
|
options: [
|
||||||
'false',
|
'false',
|
||||||
'true',
|
'true',
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ const details = ():IpluginDetails => ({
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
defaultValue: 'false',
|
defaultValue: 'false',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'dropdown',
|
||||||
options: [
|
options: [
|
||||||
'false',
|
'false',
|
||||||
'true',
|
'true',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue