|
@@ -4,5 +4,5 @@ using PixiEditor.ViewModels.Nodes;
|
|
|
|
|
|
namespace PixiEditor.ViewModels.Document.Nodes;
|
|
|
|
|
|
-[NodeViewModel("CUSTOM_OUTPUT_NODE", null, null)]
|
|
|
+[NodeViewModel("CUSTOM_OUTPUT_NODE", null, "\ue920")]
|
|
|
internal class CustomOutputNodeViewModel : NodeViewModel<CustomOutputNode>;
|