默认全屏,防止手机出现状态栏不消失问题
This commit is contained in:
4
main.lua
4
main.lua
@@ -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
|
||||||
@@ -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,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user