Skip to content

Commit bf3b819

Browse files
authored
get setter for Name and a new Installed tag
1 parent a574370 commit bf3b819

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎Torch.API/WebAPI/PluginQuery.cs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ public class PluginResponse
142142
public class PluginItem
143143
{
144144
public string ID;
145-
public string Name;
145+
public string Name { get; set; }
146146
public string Author;
147147
public string Description;
148148
public string LatestVersion;
149+
public bool Installed { get; set; } = false;
149150

150151
public override string ToString()
151152
{

0 commit comments

Comments
 (0)