mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 05:10:24 -06:00
convert stuff, icons
This commit is contained in:
@@ -2,10 +2,16 @@ namespace FileFlows.EmailNodes;
|
||||
|
||||
public class Plugin : IPlugin
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public Guid Uid => new Guid("b5077522-4a31-4faa-b9a7-b409ecb9c01e");
|
||||
/// <inheritdoc />
|
||||
public string Name => "Email";
|
||||
/// <inheritdoc />
|
||||
public string MinimumVersion => "1.0.4.2019";
|
||||
/// <inheritdoc />
|
||||
public string Icon => "fas fa-envelope";
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Init()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user