From 99e5a6bba27a4fba224f6d4b2deee7336e7aaff3 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 16 Feb 2025 19:12:52 +0100 Subject: [PATCH] Disable immersive mode for mobile Without immersive mode operating system controls stay present while the user uses the app. As we are kind of an utility app this is the way we want things. --- export_presets.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_presets.cfg b/export_presets.cfg index 2f96c6b..35d4099 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -47,7 +47,7 @@ launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_background_432x432="" graphics/opengl_debug=false xr_features/xr_mode=0 -screen/immersive_mode=true +screen/immersive_mode=false screen/support_small=true screen/support_normal=true screen/support_large=true