取消软件锁功能,调整设置界面布局

This commit is contained in:
MrZ626
2021-05-05 14:39:02 +08:00
parent 9af190529c
commit 5afba67c1d
10 changed files with 27 additions and 55 deletions

View File

@@ -263,7 +263,6 @@ do
if STAT.version<1400 then
fs.remove("conf/user")
fs.remove("conf/key")
SETTING.appLock=false
needSave=true
autoRestart=true
end
@@ -271,6 +270,7 @@ do
fs.remove("conf/user")
autoRestart=true
end
SETTING.appLock=nil
for _,v in next,VK_org do
if not v.color then