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

+ 5 - 5
lib/app/controller/GlobalController.dart

@@ -94,11 +94,11 @@ class GlobalController extends GetxController {
     // 如果核心未运行,尝试启动它
     if (!allStopped) {
       try {
-        // 先停止所有可能的进程
-        await stopAllCore();
-        
-        // 等待端口释放
-        await waitForPortsAvailable();
+        // // 先停止所有可能的进程
+        // await stopAllCore();
+        //
+        // // 等待端口释放
+        // await waitForPortsAvailable();
         
         // 确保配置已初始化
         if (!controllers.config.isInitialized.value) {