diff --git a/src/nodes/ts3-get/ui/index.ts b/src/nodes/ts3-get/ui/index.ts index 8b3d17f..8d4386c 100644 --- a/src/nodes/ts3-get/ui/index.ts +++ b/src/nodes/ts3-get/ui/index.ts @@ -14,6 +14,6 @@ RED.nodes.registerType('ts3-get',{ inputs: 1, outputs: 1, label: function() { - return this.name || "TS3 Get"; + return this.name || "TS3 Get " + this.selection; } }); \ No newline at end of file