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