alroyso před 5 měsíci
rodič
revize
fd6e70351d

+ 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);