diff options
author | Brandon Chang <brandon@brandonchang.me> | 2024-09-22 13:36:41 -0400 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-10-01 16:35:36 +0200 |
commit | e0957c2fa3d3c796fd738ae3d06ff410e763e30d (patch) | |
tree | 8abdc1511a8d2966d7141eadc53efc947a319fe8 /doc | |
parent | e3213aaef5e0e72b8272e65d989d3d8222be17ca (diff) | |
download | redot-engine-e0957c2fa3d3c796fd738ae3d06ff410e763e30d.tar.gz |
Consolidate remembering window settings into single config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorSettings.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 5eb8ac6199..748a621114 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -772,7 +772,7 @@ Translations are provided by the community. If you spot a mistake, [url=$DOCS_URL/contributing/documentation/editor_and_docs_localization.html]contribute to editor translations on Weblate![/url] </member> <member name="interface/editor/editor_screen" type="int" setter="" getter=""> - The preferred monitor to display the editor. + The preferred monitor to display the editor. If [b]Auto[/b], the editor will remember the last screen it was displayed on across restarts. </member> <member name="interface/editor/expand_to_title" type="bool" setter="" getter=""> Expanding main editor window content to the title, if supported by [DisplayServer]. See [constant DisplayServer.WINDOW_FLAG_EXTEND_TO_TITLE]. @@ -826,9 +826,6 @@ <member name="interface/editor/project_manager_screen" type="int" setter="" getter=""> The preferred monitor to display the project manager. </member> - <member name="interface/editor/remember_window_size_and_position" type="bool" setter="" getter=""> - If [code]true[/code], the editor window will remember its size, position, and which screen it was displayed on across restarts. - </member> <member name="interface/editor/save_each_scene_on_quit" type="bool" setter="" getter=""> If [code]false[/code], the editor will save all scenes when confirming the [b]Save[/b] action when quitting the editor or quitting to the project list. If [code]true[/code], the editor will ask to save each scene individually. </member> |