Skip to content
Snippets Groups Projects
Unverified Commit f477cecd authored by GyDi's avatar GyDi
Browse files

fix: regenerate config before change core

parent e0313890
No related branches found
No related tags found
No related merge requests found
......@@ -222,6 +222,9 @@ impl CoreManager {
Config::verge().draft().clash_core = Some(clash_core);
// 更新配置
Config::generate()?;
self.check_config()?;
// 清掉旧日志
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment