Commit 31a0fbf1 authored by DepFA's avatar DepFA Committed by AUTOMATIC1111
Browse files

add attribute to custom script controls

parent 615b2fc9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ class ScriptRunner:
                continue

            for control in controls:
                control.custom_script_source = os.path.basename(script.filename)
                control.visible = False

            inputs += controls