improved label
This commit is contained in:
@@ -14,6 +14,6 @@ RED.nodes.registerType<Ts3GetEditorNodeProperties>('ts3-get',{
|
||||
inputs: 1,
|
||||
outputs: 1,
|
||||
label: function() {
|
||||
return this.name || "TS3 Get";
|
||||
return this.name || "TS3 Get " + this.selection;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user