默认全屏,防止手机出现状态栏不消失问题

This commit is contained in:
MrZ626
2020-12-06 01:02:57 +08:00
parent e61f7c33e3
commit f72a287ab5
2 changed files with 1 additions and 5 deletions

View File

@@ -233,8 +233,4 @@ do
FILE.save(RANKS,"unlock","") FILE.save(RANKS,"unlock","")
FILE.save(STAT,"data","") FILE.save(STAT,"data","")
end end
if MOBILE 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 end

View File

@@ -258,7 +258,7 @@ SETTING={
warn=true, warn=true,
highCam=false, highCam=false,
nextPos=false, nextPos=false,
fullscreen=false, fullscreen=true,
bg=true, bg=true,
powerInfo=false, powerInfo=false,