Skip to content

Make it possible to copy the Godot version identifier by clicking it

Rafał Mikrut requested to merge github/fork/Calinou/version-click-to-copy into master

Created by: Calinou

I managed to sort out the alignment issues mentioned in https://github.com/godotengine/godot/issues/24317#issuecomment-576074059. The appearance is now almost identical to the original, except that version identifiers are now clickable in the Project Manager, the editor's bottom panel and About dialog. All three buttons will copy the same text (full version identifier with hash for Git builds).

This closes #24317.

Merge request reports