添加:MacOS 打开存储所在位置功能

This commit is contained in:
fonaix 2024-11-11 08:52:31 +08:00
parent 512d0d04bd
commit 6ff4ab274d

View file

@ -532,6 +532,10 @@ namespace ServiceLib.ViewModels
{
Utils.ProcessStart("nautilus", Utils.GetConfigPath());
}
else if (Utils.IsOSX())
{
Utils.ProcessStart("open", Utils.GetConfigPath());
}
}
#endregion Setting