删除虚拟按键颜色,恢复最早的白色

This commit is contained in:
MrZ626
2021-05-05 15:51:45 +08:00
parent 29a5556c33
commit 65a4bd3665
3 changed files with 78 additions and 95 deletions

View File

@@ -272,13 +272,7 @@ do
end
SETTING.appLock=nil
for _,v in next,VK_org do
if not v.color then
fs.remove("conf/virtualkey")
autoRestart=true
break
end
end
for _,v in next,VK_org do v.color=nil end
if STAT.version~=VERSION.code then
newVersionLaunch=true