mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 23:39:50 -06:00
icons
This commit is contained in:
@@ -24,10 +24,11 @@ public class SevenZip : Node
|
||||
/// Gets the element type
|
||||
/// </summary>
|
||||
public override FlowElementType Type => FlowElementType.Process;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the icon
|
||||
/// </summary>
|
||||
public override string Icon => "fas fa-file-archive";
|
||||
public override string Icon => "svg:7zip";
|
||||
/// <summary>
|
||||
/// Gets the help URL
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user