Commit ccd5df26 authored by nanahira's avatar nanahira

fix

parent 68e651bf
......@@ -431,7 +431,7 @@ public class Program : MonoBehaviour
}
initializeALLservants();
if(Config.Get("autoPicDownload_", "1") != "0")
if(UIHelper.fromStringToBool(Config.Get("*AutoPicDownload", "1")))
(new Thread(()=>{UpdateClient();})).Start();
loadResources();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment