0.7.33+α

This commit is contained in:
MrZ_26
2020-02-04 19:38:04 +08:00
parent fd5fac4e8a
commit 12c047416c
10 changed files with 206 additions and 156 deletions

View File

@@ -453,7 +453,7 @@ function loadSetting()
t=="VKTchW"or t=="VKCurW"or t=="VKAlpha"
then
v=toN(v)
if v==int(v)and v>=0 and v<=10 then
if v and v==int(v)and v>=0 and v<=10 then
setting[t]=v
end
elseif t=="vib"then
@@ -530,6 +530,8 @@ local saveOpt={
"VKSwitch",
"VKTrack",
"VKDodge",
"VKTchW",
"VKCurW",
"VKIcon",
"VKAlpha",
}