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

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

@@ -318,10 +318,7 @@ do
end
--Apply system setting
LANG.set(SETTING.lang)
VK.setShape(SETTING.VKSkin)
applyBlockSatur(SETTING.blockSatur)
applyFieldSatur(SETTING.fieldSatur)
applySettings()
--Load replays
for _,fileName in next,fs.getDirectoryItems('replay')do