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