From ade20aed9af3981219e4cc3a719fc3f461fdb018 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 19 Sep 2020 00:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=8D=93=E7=AB=AF=E6=8F=90=E9=86=92?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=89=93=E5=BC=80=E5=85=A8=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.lua b/main.lua index 087db366..df8b098e 100644 --- a/main.lua +++ b/main.lua @@ -205,4 +205,8 @@ do S.version=gameVersion newVersionLaunch=true end + if system=="Android"and not setting.fullscreen then + LOG.print("如果你的手机状态栏不会消失,请到设置界面开启全屏",300,color.yellow) + LOG.print("Switch fullscreen on if titleBar don't disappear",300,color.yellow) + end end \ No newline at end of file