瀏覽代碼

Merge pull request #39322 from dominiks/filedialog-title-doc

Add note about automatic window title to FileDialog documentation.
Rémi Verschelde 5 年之前
父節點
當前提交
1642effe5b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/FileDialog.xml

+ 1 - 1
doc/classes/FileDialog.xml

@@ -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 file_mode]. If you want to use a custom title, disable this by setting [member mode_overrides_title] to [code]false[/code].
 	</description>
 	<tutorials>
 	</tutorials>