Fix: force param make no sense

This commit is contained in:
Dreamacro 2018-12-20 22:23:31 +08:00
parent a6bbc67afb
commit a46041b81c

View File

@ -27,7 +27,6 @@ func ApplyConfig(cfg *config.Config, force bool) {
}
updateProxies(cfg.Proxies)
updateRules(cfg.Rules)
updateGeneral(cfg.General)
updateDNS(cfg.DNS)
}