Add output to File Out node and update icons

This commit is contained in:
Nick O'Leary
2018-06-15 13:25:05 +01:00
parent 5ed3360c0b
commit f7434b5ec8
4 changed files with 36 additions and 18 deletions

View File

@@ -123,9 +123,8 @@
},
color:"BurlyWood",
inputs:1,
outputs:0,
icon: "file.png",
align: "right",
outputs:1,
icon: "file-out.png",
label: function() {
if (this.overwriteFile === "delete") {
return this.name||this._("file.label.deletelabel",{file:this.filename});
@@ -159,7 +158,7 @@
outputLabels: function(i) {
return (this.format === "utf8") ? "UTF8 string" : "binary buffer";
},
icon: "file.png",
icon: "file-in.png",
label: function() {
return this.name||this.filename||this._("file.label.filelabel");
},