Plugins 0.1 - Adding LIST setting 0.2

This commit is contained in:
Jokob-sk
2023-02-09 21:06:38 +11:00
parent e7a1f013df
commit ec274c90da
3 changed files with 49 additions and 9 deletions

View File

@@ -3594,7 +3594,7 @@ def get_form_control(setting):
if type in ['WATCH']:
return 'multiselect'
if type in ['LIST']:
return 'text'
return 'list'
return 'text'