添加应用所有设置的函数,修复导入设置后部分设置不生效

This commit is contained in:
MrZ626
2021-07-23 17:38:55 +08:00
parent 29a922e41f
commit bd1d1f8ae4
4 changed files with 10 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ scene.widgetList={
local D=parseCB()
if D then
TABLE.update(D,SETTING)
applySettings()
if FILE.save(SETTING,'conf/settings')then
MES.new('check',text.importSuccess)
end