godot icon indicating copy to clipboard operation
godot copied to clipboard

Add reveal button to EditorPropertyText for secret text

Open IceflowRE opened this issue 7 months ago • 7 comments
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.

image image

IceflowRE avatar Mar 28 '25 21:03 IceflowRE