diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index d390e97ba53..b2190557f22 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -854,7 +854,6 @@ Full screen mode with full multi-window support. Full screen window covers the entire display area of a screen and has no decorations. The display's video mode is not changed. [b]On Android:[/b] This enables immersive mode. - [b]On Windows:[/b] Multi-window full-screen mode has a 1px border of the [member ProjectSettings.rendering/environment/defaults/default_clear_color] color. [b]On macOS:[/b] A new desktop is used to display the running project. [b]Note:[/b] Regardless of the platform, enabling full screen will change the window size to match the monitor's size. Therefore, make sure your project supports [url=$DOCS_URL/tutorials/rendering/multiple_resolutions.html]multiple resolutions[/url] when enabling full screen mode.