Skip to content

Commit

Permalink
Todo | Upgrade and Delete
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Dec 23, 2024
1 parent fe0bc65 commit 106111a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ShadowPluginLoader.WinUI/AbstractPluginLoader.Assignable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public void DisablePlugin(string id)
/// </summary>
public void DeletePlugin(string id)
{
// TODO
/* try
{
if (GetPlugin(id) is { } plugin)
Expand Down Expand Up @@ -192,6 +193,7 @@ public void DeletePlugin(string id)
/// </summary>
public void UpgradePlugin(string id)
{
// TODO
}


Expand Down

0 comments on commit 106111a

Please sign in to comment.