godot
godot copied to clipboard
Add reveal button to EditorPropertyText for secret text
trafficstars
This pull request introduces a new button to the editor text property for properties marked as secrets. The button allows users to toggle between showing and hiding the secret text.
The tooltip is displayed only when the text is revealed to minimize the risk of accidentally exposing sensitive information. Previously, this was the only way to show the plain text, but is no longer necessary.