can't believe this didn't exist before
This commit is contained in:
parent
63e67ddac2
commit
fae0781c74
@ -565,6 +565,12 @@ namespace UniversalEditor.UserInterface.Dialogs
|
||||
{
|
||||
switch (ptv.Type)
|
||||
{
|
||||
case ProjectTypeVariableType.Text:
|
||||
{
|
||||
CustomOptionText co = new CustomOptionText(ptv.Name, ptv.Title);
|
||||
coll.Add(co);
|
||||
break;
|
||||
}
|
||||
case ProjectTypeVariableType.Choice:
|
||||
{
|
||||
List<CustomOptionFieldChoice> choices = new List<CustomOptionFieldChoice>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user