From 7423c94eb437ec6d4f4b9bd0bfe230e024558640 Mon Sep 17 00:00:00 2001 From: Jason Kuo Date: Sat, 21 Mar 2026 16:32:45 +0800 Subject: [PATCH] EditorFileDialog: Document native file dialogs in sandboxed environments --- doc/classes/EditorFileDialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml index 4d03c2bfc3..5d51aaadba 100644 --- a/doc/classes/EditorFileDialog.xml +++ b/doc/classes/EditorFileDialog.xml @@ -7,6 +7,7 @@ [EditorFileDialog] is a [FileDialog] tweaked to work in the editor. It automatically handles favorite and recent directory lists, and synchronizes some properties with their corresponding editor settings. [EditorFileDialog] will automatically show a native dialog based on the [member EditorSettings.interface/editor/appearance/use_native_file_dialogs] editor setting and ignores [member FileDialog.use_native_dialog]. [b]Note:[/b] [EditorFileDialog] is invisible by default. To make it visible, call one of the [code]popup_*[/code] methods from [Window] on the node, such as [method Window.popup_centered_clamped]. + [b]Note:[/b] On Linux and macOS, sandboxed apps always use native dialogs to access the host file system.