Skip to content

Commit 9a4142c

Browse files
committed
Merge pull request godotengine#98262 from KoBeWi/fileland_natives
Mention native file dialogs editor setting in EditorFileDialog description
2 parents b194e05 + db70cf2 commit 9a4142c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/classes/EditorFileDialog.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</brief_description>
66
<description>
77
[EditorFileDialog] is an enhanced version of [FileDialog] available only to editor plugins. Additional features include list of favorited/recent files and the ability to see files as thumbnails grid instead of list.
8+
Unlike [FileDialog], [EditorFileDialog] does not have a property for using native dialogs. Instead, native dialogs can be enabled globally via the [member EditorSettings.interface/editor/use_native_file_dialogs] editor setting. They are also enabled automatically when running in sandbox (e.g. on macOS).
89
</description>
910
<tutorials>
1011
</tutorials>

0 commit comments

Comments
 (0)