mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-14 04:08:07 +00:00
Tun enable in macos when opening the app
This commit is contained in:
parent
89ce7c23c9
commit
504f8d09a6
1 changed files with 1 additions and 2 deletions
|
@ -439,8 +439,7 @@ namespace ServiceLib.ViewModels
|
||||||
}
|
}
|
||||||
else if (Utils.IsOSX())
|
else if (Utils.IsOSX())
|
||||||
{
|
{
|
||||||
//TODO
|
return _config.TunModeItem.LinuxSudoPwd.IsNotEmpty();
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue