You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I'm not really sure what do you mean with "unique ID" (Gradio is not something I'm used working with). If you can explain what I need to change, I'll be happy to implement it in the main branch.
you can assine any strng as the ID as long as it is unique, self.script.elem_id is a helper function in webui that auto creates a prefix that should be unique
I would like to request the assignment of a unique ID to the "Enable" checkbox.
I am currently developing an extension to customize the UI of the webui.
https://github.com/da2el-ai/sd-d2-ui-customizer
The extension includes a feature that changes the extension panel background color when activated.
However, I am unable to customize the color for the "Enable" activation checkbox as it does not have a unique ID.
I would appreciate it if you could address this issue.
Thank you.
The text was updated successfully, but these errors were encountered: