alroyso 5 luni în urmă
părinte
comite
fd6e70351d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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);