improved label

This commit is contained in:
2021-04-26 20:24:24 +02:00
parent ceb93e70e2
commit c943e8e5df

View File

@@ -14,6 +14,6 @@ RED.nodes.registerType<Ts3GetEditorNodeProperties>('ts3-get',{
inputs: 1, inputs: 1,
outputs: 1, outputs: 1,
label: function() { label: function() {
return this.name || "TS3 Get"; return this.name || "TS3 Get " + this.selection;
} }
}); });