mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
Change terminology for property descriptors to 'labels'
This commit is contained in:
@@ -9453,7 +9453,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
entries.push({
|
||||
content:
|
||||
"<span class='property_name'>" +
|
||||
(info.descriptor ? info.descriptor : i) +
|
||||
(info.label ? info.label : i) +
|
||||
"</span>" +
|
||||
"<span class='property_value'>" +
|
||||
value +
|
||||
@@ -10051,7 +10051,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
|
||||
var dialog = this.createDialog(
|
||||
"<span class='name'>" +
|
||||
(info.descriptor ? info.descriptor : property) +
|
||||
(info.label ? info.label : property) +
|
||||
"</span>" +
|
||||
input_html +
|
||||
"<button>OK</button>",
|
||||
|
||||
Reference in New Issue
Block a user