You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FieldDefinition(3,Label="Host",Advanced=true,HelpText="Override the Host that shows for this notification, Blank is machine name",Type=FieldType.Textbox)]
38
65
publicstringAuthor{get;set;}
39
66
40
-
[FieldDefinition(4,Label="On Grab Fields",Advanced=true,SelectOptions=typeof(DiscordGrabFieldType),HelpText="Change the fields that are passed in for this 'on grab' notification",Type=FieldType.TagSelect)]
67
+
[FieldDefinition(4,Label="On Grab Fields",Advanced=true,SelectOptions=typeof(DiscordGrabFieldType),HelpText="Change the fields that are passed in for this 'on grab' notification",Type=FieldType.Select)]
41
68
publicIEnumerable<int>GrabFields{get;set;}
42
69
43
-
[FieldDefinition(5,Label="On Import Fields",Advanced=true,SelectOptions=typeof(DiscordImportFieldType),HelpText="Change the fields that are passed for this 'on import' notification",Type=FieldType.TagSelect)]
70
+
[FieldDefinition(5,Label="On Import Fields",Advanced=true,SelectOptions=typeof(DiscordImportFieldType),HelpText="Change the fields that are passed for this 'on import' notification",Type=FieldType.Select)]
0 commit comments