ClashX hack. (#102)

This commit is contained in:
mrFq1 2022-06-24 20:08:33 +08:00 committed by GitHub
parent 56a87125e0
commit 637f1b5aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,10 @@ func ApplyConfig(cfg *config.Config, force bool) {
updateTun(cfg.Tun)
updateExperimental(cfg)
// DON'T Delete
// ClashX will use this line to determine if the 'Meta' has finished booting
log.Infoln("Apply all configs finished.")
log.SetLevel(cfg.General.LogLevel)
}