Skip to content

Commit 13c2b28

Browse files
committed
remove incorrect single window mode inverted hint
1 parent 71a9948 commit 13c2b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/ProjectSettings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@
10521052
<member name="display/window/subwindows/embed_subwindows" type="bool" setter="" getter="" default="true">
10531053
If [code]true[/code], subwindows are embedded in the main window (this is also called single-window mode). Single-window mode can be faster as it does not need to create a separate window for every popup and tooltip, which can be a slow operation depending on the operating system and rendering method in use.
10541054
If [code]false[/code], subwindows are created as separate windows (this is also called multi-window mode). This allows them to be moved outside the main window and use native operating system window decorations.
1055-
This is equivalent to [member EditorSettings.interface/editor/single_window_mode] in the editor, except the setting's value is inverted.
1055+
This is equivalent to [member EditorSettings.interface/editor/single_window_mode] in the editor.
10561056
</member>
10571057
<member name="display/window/vsync/vsync_mode" type="int" setter="" getter="" default="1">
10581058
Sets the V-Sync mode for the main game window. The editor's own V-Sync mode can be set using [member EditorSettings.interface/editor/vsync_mode].

0 commit comments

Comments
 (0)