summaryrefslogtreecommitdiffstats
path: root/doc/classes/FileDialog.xml
diff options
context:
space:
mode:
authorAnish Mishra <mishragames@gmail.com>2024-10-15 16:48:55 +0530
committerSpartan322 <Megacake1234@gmail.com>2024-11-01 18:09:28 -0400
commit46449997cec961d5f41d68dfa3d89c56b06dbdf1 (patch)
treed0d9d84be15c27a5b848fa0078cec9cd29c166f5 /doc/classes/FileDialog.xml
parent872ff375057edc8315039e2ace79d996375bf9cb (diff)
downloadredot-engine-46449997cec961d5f41d68dfa3d89c56b06dbdf1.tar.gz
Update use_native_dialog description in FileDialog
(cherry picked from commit 7ee72d2f81b1d1e1190ce6d64cedf26a89cc36a1)
Diffstat (limited to 'doc/classes/FileDialog.xml')
-rw-r--r--doc/classes/FileDialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml
index 38985e99ae..3eabb71a59 100644
--- a/doc/classes/FileDialog.xml
+++ b/doc/classes/FileDialog.xml
@@ -153,7 +153,7 @@
</member>
<member name="title" type="String" setter="set_title" getter="get_title" overrides="Window" default="&quot;Save a File&quot;" />
<member name="use_native_dialog" type="bool" setter="set_use_native_dialog" getter="get_use_native_dialog" default="false">
- If [code]true[/code], [member access] is set to [constant ACCESS_FILESYSTEM], and it is supported by the current [DisplayServer], OS native dialog will be used instead of custom one.
+ If [code]true[/code], and if supported by the current [DisplayServer], OS native dialog will be used instead of custom one.
[b]Note:[/b] On Linux and macOS, sandboxed apps always use native dialogs to access the host file system.
[b]Note:[/b] On macOS, sandboxed apps will save security-scoped bookmarks to retain access to the opened folders across multiple sessions. Use [method OS.get_granted_permissions] to get a list of saved bookmarks.
[b]Note:[/b] Native dialogs are isolated from the base process, file dialog properties can't be modified once the dialog is shown.