alroyso 3 周之前
父節點
當前提交
8ea3be4612
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/app/controller/GlobalController.dart

+ 1 - 0
lib/app/controller/GlobalController.dart

@@ -236,6 +236,7 @@ class GlobalController extends GetxController {
       if (!await checkAllCoresStopped()) {
         throw Exception("内核未启动");
       }
+      await controllers.cc_service.reloadClashCore();
       await swift(selectedNode.value?.name ?? "");
 
     } catch (e) {