alroyso 3 months ago
parent
commit
8ea3be4612
1 changed files with 1 additions and 0 deletions
  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) {