mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-25 20:36:55 +00:00
添加:MacOS 打开存储所在位置功能
This commit is contained in:
parent
512d0d04bd
commit
6ff4ab274d
1 changed files with 4 additions and 0 deletions
|
@ -532,6 +532,10 @@ namespace ServiceLib.ViewModels
|
|||
{
|
||||
Utils.ProcessStart("nautilus", Utils.GetConfigPath());
|
||||
}
|
||||
else if (Utils.IsOSX())
|
||||
{
|
||||
Utils.ProcessStart("open", Utils.GetConfigPath());
|
||||
}
|
||||
}
|
||||
|
||||
#endregion Setting
|
||||
|
|
Loading…
Reference in a new issue