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.
This commit is contained in:
parent
fe967b96b9
commit
99e5a6bba2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue