You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Add note about automatic window title to FileDialog documentation.
(cherry picked from commit d2250a2320)
This commit is contained in:
committed by
Rémi Verschelde
parent
4c289058ed
commit
ff185f715a
@@ -4,7 +4,7 @@
|
||||
Dialog for selecting files or directories in the filesystem.
|
||||
</brief_description>
|
||||
<description>
|
||||
FileDialog is a preset dialog used to choose files and directories in the filesystem. It supports filter masks.
|
||||
FileDialog is a preset dialog used to choose files and directories in the filesystem. It supports filter masks. The FileDialog automatically sets its window title according to the [member mode]. If you want to use a custom title, disable this by setting [member mode_overrides_title] to [code]false[/code].
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user