From 2ba6066d5dcf4b9835310e01b00a6cec5320733b Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Sat, 3 Feb 2024 21:36:02 +0200 Subject: [PATCH] Minor fix in DisplayServer.xml to include Linux & Windows in FEATURE_NATIVE_DIALOG --- doc/classes/DisplayServer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index b824bc4fde0..3be64e2f62f 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -1713,7 +1713,7 @@ Display server supports setting the mouse cursor shape to a custom image. [b]Windows, macOS, Linux (X11/Wayland), Web[/b] - Display server supports spawning dialogs using the operating system's native look-and-feel. [b]macOS[/b] + Display server supports spawning dialogs using the operating system's native look-and-feel. [b]Windows, macOS, Linux (X11/Wayland)[/b] Display server supports [url=https://en.wikipedia.org/wiki/Input_method]Input Method Editor[/url], which is commonly used for inputting Chinese/Japanese/Korean text. This is handled by the operating system, rather than by Godot. [b]Windows, macOS, Linux (X11)[/b]