From 923b0f2e56bc27abb41dfa5e90c7fbd4eec50b95 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Tue, 27 Aug 2024 13:54:17 -0700 Subject: Restore 'Toggle fullscreen' menu for the Android editor and clean up the immersive mode logic --- platform/android/export/export_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/export/export_plugin.cpp') diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index 0fdaca4839..31278cf042 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -2700,7 +2700,7 @@ void EditorExportPlatformAndroid::get_command_line_flags(const Refget("screen/immersive_mode"); if (immersive) { - command_line_strings.push_back("--use_immersive"); + command_line_strings.push_back("--fullscreen"); } bool debug_opengl = p_preset->get("graphics/opengl_debug"); -- cgit v1.2.3