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