alroyso hai 3 meses
pai
achega
8ea3be4612
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) {