alroyso 5 달 전
부모
커밋
fd6e70351d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/app/modules/home/controllers/home_controller.dart

+ 2 - 2
lib/app/modules/home/controllers/home_controller.dart

@@ -132,15 +132,15 @@ class HomeController extends GetxController {
     } else {
 
 
+    if(Platform.isMacOS){
       if(controllers.global.routeModesSelect.value  == "tun"){
         //网卡模式
         if(!controllers.cc_service.serviceIsRuning){
           controllers.global.errorMsg.value = "通过右上角安装服务来获取管理员权限";
           return;
         }
-
-
       }
+    }
 
 
       updateStatus(ConnectionStatus.connecting);