Hi, why in framework plugin t2i-framework-plugin-v2 i cant hide the “Feedback” button? in little framework ewzqi9hyzz was hidden by the button
showFeedback = false // <-- set to 'false' to hide the feedback button
this one just somehow disables the feedbacks, but the button remains
for example your site - https://perchance.org/ai-text-to-image-generator
You must log in or # to comment.
Well, the purpose of the
showFeedback
property is to ‘show’ the actual comments sent on the feedback comments section, not to ‘hide’ the button. On the fork that you mentioned, the feedback button is deliberately commented out, which is why it is hidden.