From 6ec6a7fc0e51f27668000c8816b1480d90d5604e Mon Sep 17 00:00:00 2001 From: kobewi Date: Thu, 17 Oct 2024 14:30:32 +0200 Subject: [PATCH] Mention native file dialogs editor setting in EditorFileDialog description --- doc/classes/EditorFileDialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml index d5c2ed55d755..954fd41f0aec 100644 --- a/doc/classes/EditorFileDialog.xml +++ b/doc/classes/EditorFileDialog.xml @@ -5,6 +5,7 @@ [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. + 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.