🎨 Improve boot

This commit is contained in:
Daniel 2023-06-16 09:18:44 +08:00
parent dfb5be0679
commit 200499aad4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 4 deletions

View file

@ -389,6 +389,9 @@ func InitConf() {
}
util.SetNetworkProxy(Conf.System.NetworkProxy.String())
go util.InitPandoc()
go util.InitTesseract()
}
func initLang() {