Skip to content

Commit fea8576

Browse files
committed
fix: pluginId
1 parent cae0f6f commit fea8576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Lorem/Main.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ namespace Lorem
1212
{
1313
public class Main : IPlugin
1414
{
15-
15+
public static string PluginID => "EF2F634F20484459A365944EE7B07121";
16+
1617
private string IconPath { get; set; }
1718
private PluginInitContext Context { get; set; }
1819
public string Name => "Lorem";

0 commit comments

Comments
 (0)