Update index.ts

Set the default for the listbox to "==" as per my Discord post
make-only-subtitle-default
Kedryn 2 years ago committed by GitHub
parent 057f8e8095
commit c3cef40d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ const details = (): IpluginDetails => ({
{
name: 'condition',
type: 'string',
defaultValue: '',
defaultValue: '==',
inputUI: {
type: 'dropdown',
options: [

Loading…
Cancel
Save